- 19 Dec, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 18 Dec, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Dec, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Dec, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It may violate draft-09 section 8.1.3.1. Proxy should perseve host header field.
-
- 15 Dec, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 14 Dec, 2013 6 commits
-
-
Tatsuhiro Tsujikawa authored
To build extension module, cython is required. The module is not built with `make` in the top directory. A user has to run `make build_ext` in python directory. Currently header compression objects are available for testing.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We tried several times about this subject, but for the current HTTP/2.0 priority scheme, we think it is best to serve the highest priroty streams first (interleaving streams if there are several higest ones). There are an issue when aggregating several frontend connections to one connection in backend, but it is HTTP/2.0 spec issue, rather than implementation.
-
- 13 Dec, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
For now we just double the priority value on each DATA frame transmission. If priority is 0, it becomes to 1 and goes all the way to (1 << 30) - 1.
-
Tatsuhiro Tsujikawa authored
-
- 11 Dec, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Dec, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 08 Dec, 2013 7 commits
-
-
Tatsuhiro Tsujikawa authored
This is pathological case, but we may get RST_STREAM to the promised stream while we are sending PUSH_PROMISE. To handle this case, instantiate Request object before transmission.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The option syntax is <PATH>=<PUSH_PATH,...>. Push resources PUSH_PATHs when PATH is requested. This option can be used repeatedly to specify multiple push configurations. For example, -p/=/foo.png -p/doc=/bar.css PATH and PUSH_PATHs are relative to document root.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The nghttp2_submit_{request,response}2 functions are renamed as nghttp2_submit_{request, response}.
-
Tatsuhiro Tsujikawa authored
-
- 07 Dec, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Dec, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-