minio/cmd/http
Harshavardhana 233824bf92 Configure http2 with higher maxconcurrent streams (#7363)
This value is needed for Minio's internode communication,
read the meaning of this value as per the HTTP 2.0 spec

https://http2.github.io/http2-spec/#rfc.section.5.1.2
2019-03-14 11:57:35 -07:00
..
bufconn.go Support HTTP/2.0 (#7204) 2019-02-14 17:53:46 -08:00
bufconn_test.go Support HTTP/2.0 (#7204) 2019-02-14 17:53:46 -08:00
close.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
conn_bug_21133.go Move http package inside cmd (#5776) 2018-04-05 14:19:27 -07:00
listen_nix.go Bump up soMaxConn backlog for listener to 2048 (#6416) 2018-09-05 13:16:19 -07:00
listen_others.go update for build on DilOS (#6770) 2018-11-19 19:40:02 +05:30
listener.go Support HTTP/2.0 (#7204) 2019-02-14 17:53:46 -08:00
listener_test.go Support HTTP/2.0 (#7204) 2019-02-14 17:53:46 -08:00
server.go Configure http2 with higher maxconcurrent streams (#7363) 2019-03-14 11:57:35 -07:00
server_test.go Configure http2 with higher maxconcurrent streams (#7363) 2019-03-14 11:57:35 -07:00
timeoutconn.go Implement HTTP POST based RPC (#5840) 2018-06-06 14:21:56 +05:30