Harshavardhana
|
bc8f34bfe7
|
server/mux: Remove unused waitgroup from listenerMux. (#2614)
Change struct names to be more meaningful.
|
2016-09-02 19:07:42 -07:00 |
Anis Elleuch
|
e79d2381fc
|
Fix rare 'go test -race' failure in ListenServe{Plain,TLS} (#2588)
|
2016-08-31 16:07:44 -07:00 |
Jesse Lucas
|
f2fd8b0265
|
Adding test coverage for server-mux.go by creating TestListenAndServeTLS(). (#2493)
Editing config.go to add lock on customConfigPath to avoid race condition
when setGlobalConfigPath() and getConfigPath() are called concurrently.
|
2016-08-19 01:29:50 -07:00 |
Jesse Lucas
|
a8052889fe
|
server-mux_test.go updating test to fix race condition with TestListenAndServe (#2485)
|
2016-08-18 19:45:03 -07:00 |
Harshavardhana
|
bccf549463
|
server: Move all the top level files into cmd folder. (#2490)
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
|
2016-08-18 16:23:42 -07:00 |