Commit Graph

13 Commits

Author SHA1 Message Date
Simone Bordet 116062ce6e Reverted Generator.Result to be mutable, so that Resulting gathering
can be implemented efficiently.
2013-10-28 21:34:37 +01:00
Simone Bordet 98de7500f9 Made Generator.Result immutable. Now instead of holding a list and
being mutable, it is a single-linked list that is traversed
recursively.
2013-10-28 16:36:55 +01:00
Simone Bordet 67d8a9a301 Add support for HTTPS FastCGI param. 2013-10-25 12:05:01 +02:00
Simone Bordet 7fe7c68e3b Fixed values for REQUEST_URI, DOCUMENT_URI and SERVER_NAME FastCGI
fields.

Added Drupal and WordPress working examples.
2013-10-25 10:53:37 +02:00
Simone Bordet 24d4a971d2 Fixed code and tests, first clean build. 2013-10-23 16:00:43 +02:00
Simone Bordet b08e415ca0 Implemented FastCGIProxyServlet and handling of idle timeouts. 2013-10-22 19:20:40 +02:00
Simone Bordet 642f8c1ee1 Implemented response content handling.
Now the implementation can successfully make requests to PHP-FPM and
receive the responses.
2013-10-18 19:14:01 +02:00
Simone Bordet 67a287e5cf Restored flushing field, it is necessary for concurrent writes. 2013-10-18 19:14:01 +02:00
Simone Bordet 0c29968ee2 Improved the Flusher. 2013-10-03 00:54:29 +02:00
Simone Bordet bfad01e0dc Handling request and response content. 2013-09-08 23:00:57 +02:00
Simone Bordet 5427a6d2da Made first simple GET request working. 2013-09-08 00:12:42 +02:00
Simone Bordet 07acb25ce0 Introduced fcgi-server and fcgi-http-client-transport modules. 2013-09-06 23:14:53 +02:00
Simone Bordet 9f3a7351fd Reorganized project structure to support multi modules. 2013-09-04 16:23:38 +02:00