minio/cmd/http
Harshavardhana fb27388101 HTTP headers are case insensitive handle them appropriately (#6390)
An issue was reproduced when minio-js client functional
tests are setting lower case http headers, in our current
master branch we specifically look for canonical host header
which may be not necessarily true for all http clients.
This leads to a perpetual hang on the *net.Conn*.

This PR fixes regression caused by #6206 by handling the
case insensitivity.
2018-08-31 17:00:32 +05:30
..
bufconn.go Add RPC counters for HTTP stats. (#6206) 2018-08-30 14:17:58 +05:30
bufconn_test.go Add RPC counters for HTTP stats. (#6206) 2018-08-30 14:17:58 +05:30
conn_bug_21133.go Move http package inside cmd (#5776) 2018-04-05 14:19:27 -07:00
listen_nix.go Fail gateway properly with an error on port conflicts (#6303) 2018-08-17 21:06:36 -07:00
listen_others.go Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00
listener.go HTTP headers are case insensitive handle them appropriately (#6390) 2018-08-31 17:00:32 +05:30
listener_test.go HTTP headers are case insensitive handle them appropriately (#6390) 2018-08-31 17:00:32 +05:30
server.go Add RPC counters for HTTP stats. (#6206) 2018-08-30 14:17:58 +05:30
server_test.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
timeoutconn.go Implement HTTP POST based RPC (#5840) 2018-06-06 14:21:56 +05:30