Tatsuhiro Tsujikawa
|
1bbcbd365c
|
shrpx: Cast uint8_t to uint32_t to print its decimal number
|
2013-08-01 20:33:04 +09:00 |
Tatsuhiro Tsujikawa
|
fec566aa23
|
src: Send out data in output buffer before HTTP2/SPDY session tear down
|
2013-08-01 20:31:29 +09:00 |
Tatsuhiro Tsujikawa
|
8cb92fc277
|
nghttpx: Handle error from Upstream::resume_read in upgrade code
|
2013-07-31 22:14:25 +09:00 |
Tatsuhiro Tsujikawa
|
924b1bd61a
|
Use unmodified http-parser
Handle HTTP Upgrade and CONNECT explicitly
|
2013-07-31 21:48:37 +09:00 |
Tatsuhiro Tsujikawa
|
bd64619cf5
|
Fix segmentation fault
Fix segmentation fault if DATA frame is received for the stream
which is already closed.
|
2013-07-31 20:32:44 +09:00 |
Tatsuhiro Tsujikawa
|
ab56cd4ea3
|
nghttpx: Fix bug: end marker of chunked encoding is written twice
|
2013-07-30 21:46:00 +09:00 |
Tatsuhiro Tsujikawa
|
8ca501ae57
|
Update README.rst
|
2013-07-28 23:00:12 +09:00 |
Tatsuhiro Tsujikawa
|
dc2ed7414c
|
src: Cleanup src builds
|
2013-07-28 19:50:02 +09:00 |
Tatsuhiro Tsujikawa
|
061b54fb72
|
Update doc
|
2013-07-28 19:39:43 +09:00 |
Tatsuhiro Tsujikawa
|
9f9c0cbcd1
|
nghttpd: Add -F and -f option to disable connection/stream level flow control
|
2013-07-28 19:29:11 +09:00 |
Tatsuhiro Tsujikawa
|
56db10cb5e
|
nghttp: Add -F and -f option to disable connection/stream level flow controls
|
2013-07-28 19:29:11 +09:00 |
Tatsuhiro Tsujikawa
|
f9c566ec1f
|
Fix memory leak in unittest
|
2013-07-28 19:08:49 +09:00 |
Tatsuhiro Tsujikawa
|
8033152e80
|
Disable local flow control on FLOW_CONTROL_OPTIONS = 1
|
2013-07-28 19:05:51 +09:00 |
Tatsuhiro Tsujikawa
|
49519a06b3
|
Update README.rst
|
2013-07-27 22:46:22 +09:00 |
Tatsuhiro Tsujikawa
|
97da187a11
|
Update README.rst
|
2013-07-27 22:40:44 +09:00 |
Tatsuhiro Tsujikawa
|
60fe0337da
|
app_helper: Print PUSH_PROMISE
|
2013-07-27 22:37:09 +09:00 |
Tatsuhiro Tsujikawa
|
d704b92fd9
|
Update README.rst
|
2013-07-27 21:56:46 +09:00 |
Tatsuhiro Tsujikawa
|
608a493925
|
Change initial window size to 65535
|
2013-07-27 21:26:47 +09:00 |
Tatsuhiro Tsujikawa
|
7021a9fc5e
|
Incremental indexing only when the entry size if less than threshold
|
2013-07-27 20:48:04 +09:00 |
Tatsuhiro Tsujikawa
|
f74674aa7f
|
Fix header compression (again)
|
2013-07-27 19:23:05 +09:00 |
Tatsuhiro Tsujikawa
|
f7c0df1235
|
Remove :version from downstream HTTP/2.0 request
|
2013-07-27 18:57:33 +09:00 |
Tatsuhiro Tsujikawa
|
ddd04e8ced
|
Fix header compression bug, and perform always incremental indexing
|
2013-07-27 00:58:38 +09:00 |
Tatsuhiro Tsujikawa
|
20173b5f61
|
NGHTTP2_SETTINGS_FLOW_CONTROL_OPTIONS: Check least significant bit only
|
2013-07-26 23:11:41 +09:00 |
Tatsuhiro Tsujikawa
|
90b06e8572
|
nghttpx: Add HTTP/2.0 word in help message
|
2013-07-26 21:55:08 +09:00 |
Tatsuhiro Tsujikawa
|
1fca42ed2b
|
nghttpx: Remove :version from http2 connection
|
2013-07-26 21:47:53 +09:00 |
Tatsuhiro Tsujikawa
|
5ccf647df9
|
Rename shrpx as nghttpx superficially
|
2013-07-26 21:42:39 +09:00 |
Tatsuhiro Tsujikawa
|
86174f537a
|
shrpx: Send and receive client connection header
|
2013-07-26 21:35:14 +09:00 |
Tatsuhiro Tsujikawa
|
9b27160195
|
HttpServer: Fix left_connhd_len_ is not updated
|
2013-07-26 21:34:39 +09:00 |
Tatsuhiro Tsujikawa
|
32bd1425b4
|
shrpx: SPDY support in upstream connection
|
2013-07-26 20:12:55 +09:00 |
Tatsuhiro Tsujikawa
|
41b21f7938
|
fixup
|
2013-07-26 19:38:54 +09:00 |
Tatsuhiro Tsujikawa
|
18f450fd2a
|
Port shrpx to nghttp2 use
|
2013-07-26 19:33:25 +09:00 |
Tatsuhiro Tsujikawa
|
459a269049
|
Define HTTP/2.0 protocol version ID
|
2013-07-26 01:38:04 +09:00 |
Tatsuhiro Tsujikawa
|
9c54e63871
|
Remove bogus assert
|
2013-07-26 01:34:57 +09:00 |
Tatsuhiro Tsujikawa
|
e496800cb7
|
Fix header compression bug
|
2013-07-26 01:34:28 +09:00 |
Tatsuhiro Tsujikawa
|
48d7453a21
|
Rename SPDY terms
|
2013-07-25 21:18:13 +09:00 |
Tatsuhiro Tsujikawa
|
1056d8690e
|
Rename functions related to HEADERS
|
2013-07-25 21:07:38 +09:00 |
Tatsuhiro Tsujikawa
|
3cc71a707e
|
Rename nghttp2_headers_category members
Add NGHTTP2_HCAT_PUSH_RESPONSE
|
2013-07-25 20:57:50 +09:00 |
Tatsuhiro Tsujikawa
|
442e10cc78
|
Update doc
|
2013-07-25 02:13:13 +09:00 |
Tatsuhiro Tsujikawa
|
6950210320
|
Update README.rst
|
2013-07-25 02:00:15 +09:00 |
Tatsuhiro Tsujikawa
|
84cbebf4f7
|
Implement server push
|
2013-07-25 01:59:48 +09:00 |
Tatsuhiro Tsujikawa
|
321136b042
|
nghttp2_hd: Don't malloc if namelen/valuelen are zero
|
2013-07-23 23:10:53 +09:00 |
Tatsuhiro Tsujikawa
|
0000d3e7f9
|
Add test for nghttp2_nv_array_from_cstr
|
2013-07-23 23:03:18 +09:00 |
Tatsuhiro Tsujikawa
|
b7ff05c4c6
|
Fail session if header compression failed on send
|
2013-07-23 22:47:15 +09:00 |
Tatsuhiro Tsujikawa
|
65cb559431
|
Change priority update scheme
|
2013-07-23 21:33:28 +09:00 |
Tatsuhiro Tsujikawa
|
3c9e31da87
|
Don't substitute if same indexed header field name is already in working set
|
2013-07-23 02:52:08 +09:00 |
Tatsuhiro Tsujikawa
|
cca1d19d3d
|
Fix WINDOW_UPDATE enum value
|
2013-07-23 02:08:32 +09:00 |
Tatsuhiro Tsujikawa
|
b2cabdd0a2
|
Update README.rst
|
2013-07-23 01:39:10 +09:00 |
Tatsuhiro Tsujikawa
|
ef3caffe8b
|
Remove push related members from nghttp2_stream
|
2013-07-23 00:46:55 +09:00 |
Tatsuhiro Tsujikawa
|
4b6885ce9f
|
Send PRIORITY with current stream priority
|
2013-07-23 00:36:20 +09:00 |
Tatsuhiro Tsujikawa
|
6f28d44bef
|
Call nghttp2_session_handle_invalid_connection if stream_id == 0 or != 0 case
|
2013-07-23 00:33:47 +09:00 |