summaryrefslogtreecommitdiff
path: root/service/http/fcgi_test.go
AgeCommit message (Collapse)Author
2020-02-28Test_FCGI_Service updateValery Piashchynski
2020-02-28Move c.Stop() to end of function, since that goroutine can start afterValery Piashchynski
c.Stop() (there is no order)
2020-01-27stabilize unhealthy testmarliotto
2020-01-27fix REQUEST_URI for requests through FastCGImarliotto
2019-06-24go fmtWolfy-J
2019-06-13Feature: Allow to disable http, and use only FastCGIDmitry Patsura
2019-06-13Feature(tests): Implement Test_FCGI_Service_EchoDmitry Patsura