Commit Graph

17 Commits

Author SHA1 Message Date
Simone Bordet df60fd5c2d Fixed release of connections when the exchange is terminated. 2014-01-17 11:39:03 +01:00
Simone Bordet 63e8a462d4 Updated to Jetty 9.1.1.v20140108. 2014-01-17 11:39:02 +01:00
Simone Bordet c7511dd2c7 Updated to Jetty 9.1.1-SNAPSHOT.
Updated Flusher to use the new IteratingCallback API,
and HttpChannelOverFCGI to use the new IdleTimeout API.
2013-12-16 12:57:19 +01:00
Simone Bordet 8dddc2a3f6 Updated version to 1.0.1-SNAPSHOT. 2013-11-19 11:35:04 +01:00
Simone Bordet 9a04f993e7 Updated version to 1.0.0, and Jetty to 9.1.0.v20131115. 2013-11-19 11:27:58 +01:00
Simone Bordet f841b42fde Moved valorization of REQUEST_URI to the FastCGIProxyServlet,
since it needs to refer to possibly forwarded URIs.
2013-10-31 19:47:57 +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 39600f4d81 Added parameter to create multiplexed and pooled destinations. 2013-10-25 12:54:25 +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 415fe749c5 Fixed idle timeout, canceling the timeout task when the exchange
completes.
2013-10-25 10:51:23 +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 1cb3649b7e Added URI regexp functionality to be able to split the URIs into the
CGI variables.
2013-10-03 00:55:52 +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