Commit Graph

15 Commits

Author SHA1 Message Date
Naitik Shah
72ccd60490 fix bugs pointed out by go vet 2013-09-18 17:58:04 -07:00
Naitik Shah
267d243f26 ensure correct pid when waiting for server 2013-08-20 13:28:03 -07:00
Naitik Shah
eb6bada57c connection refused errors are expectede 2013-08-20 13:15:00 -07:00
Naitik Shah
8060336110 https support in gracehttp 2013-08-20 11:38:19 -07:00
Naitik Shah
8711fea1ad remove last sleep in test path 2013-08-19 23:12:26 -07:00
Naitik Shah
a4481adb67 remove most unnecessary sleeps from tests 2013-08-19 22:51:32 -07:00
Naitik Shah
2024e37361 flag for debug logging rather than const 2013-08-19 15:39:03 -07:00
Naitik Shah
0b607a2494 mutex for h.Process mutation to prevent data races 2013-08-19 15:37:41 -07:00
Naitik Shah
792bc8817c replace gracehttp.Handler with http.Server for maximum control
this is a backward incompatible change as such. http.Server is a
superset of what gracehttp.Handler was and the fix is trivial.
2013-05-09 09:28:09 -07:00
Naitik Shah
991a4f1f05 fix bug introduced with systemd compatibility 2013-03-25 13:33:16 -07:00
Naitik Shah
5540a9b5d3 systemd socket activation compatibility 2012-09-02 21:21:19 -07:00
Naitik Shah
9e606e1ce8 reckless username change 2012-07-07 14:38:18 -07:00
Naitik Shah
7aa612785a docs and api cleanup 2012-06-04 21:56:51 -07:00
Naitik Shah
13afde4bc1 return errors instead of fataling
probably still need to cleanup coroutines
2012-06-04 21:32:44 -07:00
Naitik Shah
a98138a3e6 clean repo 2012-06-04 22:21:10 +00:00