Commit graph

4 commits

Author SHA1 Message Date
Seebs
a6aa1097f1 listen on localhost:0 instead of :0
MacOS's firewall complains about a previously unknown app trying to
listen for network connections whenever we run go test. That's because
we *are* listening for network connections on arbitrary interfaces, not
just on localhost as we probably intended. Fix that.
2022-03-18 13:38:30 -05:00
Hoang Pham
d883d4de53 FB-1188 - TTL - added more unit tests 2022-03-02 12:46:21 -06:00
Hoang Pham
5385102784 FB-1188 - Added unit tests for http_handler 2022-03-01 18:06:08 -06:00
Matthew Jaffee
254bacc40c remove http subpackage and bring implementations into core
remove interfaces as necessary
2022-02-03 21:04:04 -06:00
Renamed from http/handler_test.go (Browse further)