summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-01-29 21:53:08 +0200
committerDaniel Borkmann <dborkman@redhat.com>2015-01-30 17:04:30 +0100
commit50802193c013bf79411111cf393b3aafa5ad2dc5 (patch)
treea624d33af602e8a86757638c5ad32095e1ae845f /curvetun
parent319840b83b70b49705928687dcbd40653709e305 (diff)
geoip: Fix update failing
I have no enough arguments for this fix but it fixes the failing of geoip updating. Seems "shutdown(..)" closes socket too early. So shutdown(...) is removed and added "Connection: close" http header which says http server to close connection after response will be sent. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
0 files changed, 0 insertions, 0 deletions
scripts/checkpatch.pl: fix spelling checkpatch: don't try to get maintained status when --no-tree is given lib/ida: document locking requirements a bit better lib/rbtree.c: fix typo in comment of ____rb_erase_color lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEM MAINTAINERS: add drm and drm/i915 irc channels MAINTAINERS: add "C:" for URI for chat where developers hang out MAINTAINERS: add drm and drm/i915 bug filing info MAINTAINERS: add "B:" for URI where to file bugs get_maintainer: look for arbitrary letter prefixes in sections printk: add Kconfig option to set default console loglevel printk/sound: handle more message headers printk/btrfs: handle more message headers printk/kdb: handle more message headers ...
Diffstat (limited to 'include/net')