minio/cmd/http
2019-02-13 18:29:36 +05:30
..
bufconn.go Buffconn should buffer upto maxHeaderBytes to avoid ErrBufferFull (#7017) 2018-12-23 12:03:04 +05:30
bufconn_test.go Buffconn should buffer upto maxHeaderBytes to avoid ErrBufferFull (#7017) 2018-12-23 12:03:04 +05:30
close.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
conn_bug_21133.go
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 Buffconn should buffer upto maxHeaderBytes to avoid ErrBufferFull (#7017) 2018-12-23 12:03:04 +05:30
listener_test.go Increase the keep alive timeout to 30 secs (#6924) 2018-12-06 22:56:16 +05:30
server.go Increase the keep alive timeout to 30 secs (#6924) 2018-12-06 22:56:16 +05:30
server_test.go Remove brittle TestServerTLSCiphers unit test (#5982) 2018-09-17 15:55:09 +05:30
timeoutconn.go