minio/cmd/http
Harshavardhana 50a817e3d3 Use new listener which implements enhanced tcp features (#6289)
This package provide customizable TCP net.Listener with various
performance-related options:

 * SO_REUSEPORT. This option allows linear scaling server performance
   on multi-CPU servers.
   See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/ for details.
 * TCP_DEFER_ACCEPT. This option expects the server reads from the accepted
   connection before writing to them.
 * TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details.
2018-08-17 18:44:02 -07:00
..
bufconn_test.go Move http package inside cmd (#5776) 2018-04-05 14:19:27 -07:00
bufconn.go Move http package inside cmd (#5776) 2018-04-05 14:19:27 -07:00
conn_bug_21133.go Move http package inside cmd (#5776) 2018-04-05 14:19:27 -07:00
listen_nix.go Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00
listen_others.go Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00
listener_test.go Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00
listener.go Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00
server_test.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
server.go disable disk-usage when export is root mount path (#6091) 2018-06-27 18:59:38 -07:00
timeoutconn.go Implement HTTP POST based RPC (#5840) 2018-06-06 14:21:56 +05:30