tomasen / fcgi_client

go fastcgi client with fcgi params support
BSD 3-Clause "New" or "Revised" License
99 stars 40 forks source link

Support multiplexing #5

Open ofavre opened 7 years ago

ofavre commented 7 years ago

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

ypyf commented 7 years ago

Maybe, Because Nginx always use request id 1 too.