]> granicus.if.org Git - curl/commit
http2: set TCP_NODELAY unconditionally
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 Sep 2015 21:20:13 +0000 (23:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Sep 2015 21:23:58 +0000 (23:23 +0200)
commitaf90becf4b91be3b45d9bbafa6366ed901c2572c
tree6e71984b544fb5cb5b2b131f412b82e809199f4c
parent46ad4f7f93d80998eba01ceaa6c2619e381a151e
http2: set TCP_NODELAY unconditionally

For a single-stream download from localhost, we managed to increase
transfer speed from 1.6MB/sec to around 400MB/sec, mostly because of
this single fix.
lib/connect.c
lib/connect.h
lib/http2.c