- 20 Apr, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It seems that setup.py gets deleted before python executes it in clean-local. To prevent this situation, we just use .NOTPARALLEL. Previously we distribute nghttp2.c in python, which is cythonized C source code from nghttp2.pyx. Since it is distributed in archive it exists in source directory. But we use python distutils which operates in build directory and does not support C source files in out of tree directory (i.e., not under the build directory). Copying C source file to build directory is a bit dirty, so we just decided not to ship nghttp2.c.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 18 Apr, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 10 Apr, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 08 Apr, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttp2_submit_{headers,request}: Return NGHTTP2_ERR_INVAILD_ARGUMENT if pri_spec->type is invalid. nghttp2_submit_push_promise: Return NGHTTP2_ERR_PROTO if issued by client. nghttp2_submit_altsvc: Return NGHTTP2_ERR_PROTO instead of NGHTTP2_ERR_INVALID_STATE if issued by client.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 Apr, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
Patch from Gisle Vanem """ I tried to build this extension on Windows, but failed since ws2_32.lib is needed in libraries """
-
-
Alek Storm authored
-
- 06 Apr, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 05 Apr, 2014 12 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Replace int *eof with uint32_t *data_flags so that we can easily extend functionality if we have to (but we don't do if possible).
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Apr, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
To make adding new option easier, we decided to make the details of option struct private and hide it from public API. We provide functions to set individual option value.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 03 Apr, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
If SPDY or HTTP/2 ustream is used and HTTP/2 downstream is used, only call {spdylay,nghttp2}_resume_data when complete DATA frame was read in backend to avoid to transmit too small DATA frame to the upstream.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-