summaryrefslogtreecommitdiff
path: root/service/http
AgeCommit message (Expand)Author
2020-03-08fix bug with totally frozed rrValery Piashchynski
2020-03-03ssl defers updateValery Piashchynski
2020-03-03Remove redundant codeValery Piashchynski
2020-03-03Fix typosValery Piashchynski
2020-02-28rotate portsValery Piashchynski
2020-02-28port rotationValery Piashchynski
2020-02-28ssl ports rotateValery Piashchynski
2020-02-28ssl_test ports updateValery Piashchynski
2020-02-28Test_SSL_Service_Redirect updateValery Piashchynski
2020-02-28Resolve test issuesValery Piashchynski
2020-02-28Set different ports for each testcaseValery Piashchynski
2020-02-28Test_RPC updateValery Piashchynski
2020-02-28Test_FCGI_Service updateValery Piashchynski
2020-02-28Move c.Stop() to end of function, since that goroutine can start afterValery Piashchynski
2020-02-28Test_RPC_Unix updateValery Piashchynski
2020-02-28Test_Service_Echo remove defersValery Piashchynski
2020-02-28H2C test updateValery Piashchynski
2020-02-07Update README.md (remove travis, replace with github actions)Valery Piashchynski
2020-01-27stabilize unhealthy testmarliotto
2020-01-27fix REQUEST_URI for requests through FastCGImarliotto
2019-12-23- bump the minimum TLS version to TLS 1.2Wolfy-J
2019-12-23Merge branch 'master' into Fix_warning_and_issuesAnton Titov
2019-12-23- test fixesWolfy-J
2019-12-23Merge pull request #204 from spiral/feature/hotreloadAnton Titov
2019-11-25Merge remote-tracking branch 'remotes/upstream/master' into Fix_warning_and_i...Valery Piashchynski
2019-11-25Replace regular expression with strings.Split()Garry Filakhtov
2019-11-23Provide support for HTTP/2 trailersGarry Filakhtov
2019-11-17finish the checkValery Piashchynski
2019-11-17complete halfValery Piashchynski
2019-11-03- the ability to set custom command producer for roadrunnerWolfy-J
2019-09-29handle body content on http GET methodMoein Pakkhesal
2019-09-06golint and go fmtWolfy-J
2019-09-06- bugfix: proper proxy IP validation + CSWolfy-J
2019-09-01Add case in testSmolyakov
2019-09-01Test for not trusted remote ipSmolyakov
2019-09-01Use last IP address from X-Forwarded-For without validation of trustySmolyakov
2019-07-29- added support for H2C by @Alex-BondWolfy-J
2019-07-26Attempt to add h2c handling (http2 w/o ssl)Alex Bond
2019-06-24golintWolfy-J
2019-06-24golintWolfy-J
2019-06-24go fmtWolfy-J
2019-06-24updated travisWolfy-J
2019-06-24polishing fastcgi integration, polishing headers service (splitted from http)Wolfy-J
2019-06-20Feature(http): Cors - support exposedHeaders optionDmitry Patsura
2019-06-20Feature(http): Add CORS headers for all requestsDmitry Patsura
2019-06-20Feature(http): Introduce CORS middlewareDmitry Patsura
2019-06-20Feature(http): Introduce support for customResponseHeaders/customRequestHeade...Dmitry Patsura
2019-06-14Feature: Handle error from http2.ConfigureServerDmitry Patsura
2019-06-14Feature(http): Ability to disable HTTP2Dmitry Patsura
2019-06-14Feature(http): Support maxConcurrentStreams configurationDmitry Patsura