fcgi_client icon indicating copy to clipboard operation
fcgi_client copied to clipboard

go fastcgi client with fcgi params support

Results 7 fcgi_client issues
Sort by recently updated
recently updated
newest added

this mr adds timeouts for read/write functions on socket to prevent dead fcgi instances to block request for long time or even forever

This PR adds Go 1.7's `DialContext` next to `Dial` & `DialTimeout` functions.

how to keepAlive one connection ?

I noticed the `reqId` field is set to 1 and never changed. Concurrent usage seems unsupported.

Now we get `malformed MIME header line: Primary script unknown` error on response like: ``` Primary script unknown Status: 404 Not Found X-Powered-By: PHP/7.0.1 Content-type: text/html; charset=UTF-8 File not found....

Hi, I packaged your library in Debian, and it is considered good practice to use tagged releases. Here are the Go official recommendations: https://go.dev/doc/modules/version-numbers Since your package seems quite stable...