nghttp2/src
Tatsuhiro Tsujikawa 4fac4eb92d nghttpx: HttpUpstream: Check required request headers strictly
If multiple required headers (e.g., :path) found, return HTTP 400
error.
Fix util::strieq(a,b,n) where boundary of b is not checked in the
loop.
2013-08-11 00:08:44 +09:00
..
http-parser Use unmodified http-parser 2013-07-31 21:48:37 +09:00
.gitignore shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
HtmlParser.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
HtmlParser.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
HttpServer.cc nghttpd: Use 100 for MAX_CONCURRENT_STREAMS 2013-08-07 01:23:43 +09:00
HttpServer.h src: HttpServer: Remove unused member variable sfd_ 2013-08-06 23:17:13 +09:00
Makefile.am src: Reorder AM_CPPFLAGS and AM_LDFLAGS 2013-08-06 21:24:34 +09:00
app_helper.cc src: Print opaque_data_len of GOAWAY 2013-08-10 00:46:00 +09:00
app_helper.h Rename nghttp2_ssl as app_helper 2013-07-22 22:12:54 +09:00
base64.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
nghttp.cc nghttp: Add -p option to specify stream priority 2013-08-04 18:55:26 +09:00
nghttp2_config.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttpd.cc nghttpd: Add -F and -f option to disable connection/stream level flow control 2013-07-28 19:29:11 +09:00
shrpx-unittest.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx.cc nghttpx: Save pid file after daemon() call 2013-08-10 18:55:18 +09:00
shrpx.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_accesslog.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_accesslog.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_client_handler.cc nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_client_handler.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_config.cc nghttpx: Rename spdy_{upstream,downstream}_no_tls as {upstream,downstream}_no_tls 2013-08-03 19:01:57 +09:00
shrpx_config.h nghttpx: Rename spdy_{upstream,downstream}_no_tls as {upstream,downstream}_no_tls 2013-08-03 19:01:57 +09:00
shrpx_downstream.cc nghttpx: Return -1 if dconn_ is nullptr on push_upload_data_chunk 2013-08-03 23:45:28 +09:00
shrpx_downstream.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_downstream_connection.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_downstream_queue.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_queue.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_error.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_http.cc Rename shrpx as nghttpx superficially 2013-07-26 21:42:39 +09:00
shrpx_http.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_http2_upstream.cc nghttpx: HttpUpstream: Check required request headers strictly 2013-08-11 00:08:44 +09:00
shrpx_http2_upstream.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_http_downstream_connection.cc nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_http_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_https_upstream.cc nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_https_upstream.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_io_control.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_io_control.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_listen_handler.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_listen_handler.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_log.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_log.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_spdy_downstream_connection.cc nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_spdy_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_spdy_session.cc Allow disabling auto WINDOW_UPDATE for connection and stream individually 2013-08-09 01:23:39 +09:00
shrpx_spdy_session.h Port shrpx to nghttp2 use 2013-07-26 19:33:25 +09:00
shrpx_spdy_upstream.cc nghttpx: Accept incoming bytes at least initial window size 2013-08-07 21:27:08 +09:00
shrpx_spdy_upstream.h shrpx: SPDY support in upstream connection 2013-07-26 20:12:55 +09:00
shrpx_ssl.cc shrpx: SPDY support in upstream connection 2013-07-26 20:12:55 +09:00
shrpx_ssl.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_ssl_test.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_ssl_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_upstream.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_worker.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_worker.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
timegm.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
timegm.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
util.cc nghttpx: HttpUpstream: Check required request headers strictly 2013-08-11 00:08:44 +09:00
util.h nghttpx: HttpUpstream: Check required request headers strictly 2013-08-11 00:08:44 +09:00