- 06 Jun, 2012 12 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Require Libevent-openssl 2.0.8 because we use evconnlistener_set_error_cb().
-
Tatsuhiro Tsujikawa authored
htparse is written by Mark Ellzey and part of libevhtp. https://github.com/ellzey/libevhtp The included code are modified by me for bugfixes. See my fork: https://github.com/tatsuhiro-t/libevhtp/tree/master/htparse
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 05 Jun, 2012 8 commits
-
-
Tatsuhiro Tsujikawa authored
I think spdylay supports writing only partial frames.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The default log level is now WARNING.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Jun, 2012 4 commits
-
-
Jim Morrison authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Put libhtparse in examples/htparse
-
Tatsuhiro Tsujikawa authored
-
- 31 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 30 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 27 May, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 May, 2012 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This option sets maximum receive buffer size for incoming control frame. Basically the library checks the length field of the incoming control frame. For frames with name/value header block, the library also checks the length of inflated block is also under the limit. This is done while incrementally inflating block. If the length of frames with name/value header block exceeds the limit, the library will issue RST_STREAM with FRAME_TOO_LARGE. For other frames, it will issue GOAWAY.
-
Tatsuhiro Tsujikawa authored
-
- 24 May, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 20 May, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-