kore/includes
Joris Vink f17242262b Improve on sending data to the client.
- Attempt to chain as much as we can in the send netbufs
  (keeps down the SSL_write calls, silly seeing it go out with 8 bytes)
- Change NETBUF_SEND_PAYLOAD_MAX to 4K
- Call SSL_write() with max NETBUF_SEND_PAYLOAD_MAX in size
- Go back to flushing the send buffers after each request
- No more need for a fixed pool for nb->buf, go back to the heap for now
- Disable Nagle, we're doing the chaining now anyway
2013-10-26 00:48:09 +02:00
..
http.h Add http_keepalive_time configuration parameter. 2013-10-15 11:10:45 +02:00
kore.h Improve on sending data to the client. 2013-10-26 00:48:09 +02:00
spdy.h Add http_header_max and http_postbody_max configuration variables. 2013-09-22 20:05:24 +02:00