caddy/caddyhttp/fastcgi
Sebastian Schmittner 09a1f02971 persistent fastcgi connections (#1087)
* keep fastcgi connection open

* poor mans serialisation to make up for the lack of demuxing

* pointing includes to echse's repo

* Revert "pointing includes to echse's repo"

This reverts commit 281daad8d4.

* switch for persistent fcgi connections on/off added

* fixing ineffectual assignments

* camel case instead of _

* only activate persistent sockets on windows (and some naming conventions/cleanup)

* gitfm import sorting

* Revert "fixing ineffectual assignments"

This reverts commit 79760344e7.

# Conflicts:
#	caddyhttp/staticfiles/fileserver.go

* added another mutex and deleting map entries. thx to mholts QA comments!

* thinking about it, this RW lock was not a good idea here

* thread safety

* I keep learning about mutexs in go

* some cosmetics
2016-09-10 06:47:47 -06:00
..
fastcgi_test.go Support for placeholders in fastcgi env vars. 2016-06-29 13:41:52 +01:00
fastcgi.go persistent fastcgi connections (#1087) 2016-09-10 06:47:47 -06:00
fcgi_test.php Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
fcgiclient_test.go Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
fcgiclient.go persistent fastcgi connections (#1087) 2016-09-10 06:47:47 -06:00
setup_test.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
setup.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00