kore/modules/example
Joris Vink c9d4f70298 - Add SPDY RST control frame handler.
- Keep HTTP requests in connection, so we can delete them if the connection
  ends before the requests do (this way we don't leak them).
- When spdy_stream_close() is called, delete the attached http request.
  (This shouldn't hurt to do, so hopefully won't cause major fallout).
- When parsing HTTP, find the first occurence of end-of-headers so uploads
  with multipart/form-data can succeed properly.
- Add a test upload page to the example module.
2013-09-09 10:59:56 +02:00
..
media - Add SPDY RST control frame handler. 2013-09-09 10:59:56 +02:00
src - Add SPDY RST control frame handler. 2013-09-09 10:59:56 +02:00
tools fix so we can properly add binary media 2013-06-24 18:29:40 +02:00
build.sh Add MODULE_BUILD_DATE to static.h when building. 2013-07-06 18:07:06 +02:00
module.conf - Add SPDY RST control frame handler. 2013-09-09 10:59:56 +02:00