ekster/cmd/eksterd
Peter Stuifzand 67fd816e3f Fix memory leak
Close resp.Body in the main Fetch function. When the resp.Body is not
closed, it will keep all HTTP responses in memory and that amount will
grow, quite fast.
2018-07-28 10:07:07 +02:00
..
tests Rename microsub-server --> ekster 2018-05-16 17:24:26 +02:00
auth.go Add TokenEndpoint to backend.json 2018-05-16 21:21:00 +02:00
fetch.go Fix memory leak 2018-07-28 10:07:07 +02:00
http.go Don't fully reset session with using /auth 2018-07-25 14:58:42 +02:00
hubbackend.go Fix command for getting list of feeds for WebSub 2018-07-11 10:56:32 +02:00
incoming.go Cleanup subscribing and feeds 2018-07-07 20:14:46 +02:00
jsonfeed.go Rename microsub-server --> ekster 2018-05-16 17:24:26 +02:00
main.go Add profiler for microsub server 2018-07-26 19:49:55 +02:00
memory.go Add matching of includeRegex 2018-07-16 22:24:50 +02:00
micropub.go Use channel adder with matchers 2018-07-16 22:38:21 +02:00
microsub.go Use errors in protocol 2018-07-07 16:40:04 +02:00
null.go Use errors in protocol 2018-07-07 16:40:04 +02:00
simplify_test.go Rename microsub-server --> ekster 2018-05-16 17:24:26 +02:00
simplify.go Try to implement h-feed 2018-07-05 21:57:25 +02:00