lighthouse/beacon_node/rest_api/src
Adam Szkoda 05a8399769 Wind down the SSE thread when the client disconnects (#1514)
These started to appear when I `^C` `curl -N http://localhost:5052/beacon/fork/stream`: `Aug 12 13:00:01.539 ERRO Couldn't stream piece hyper::Error(ChannelClosed), service: http`

Something must have changed in hyper since SSE has been implemented because I'm sure I haven't seen those errors before.

This PR properly detects a closed SSE stream and cleans up.
2020-08-13 06:12:18 +00:00
..
advanced.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
beacon.rs Wind down the SSE thread when the client disconnects (#1514) 2020-08-13 06:12:18 +00:00
config.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
consensus.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
error.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
helpers.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
lib.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
lighthouse.rs Adds peers and connected_peers to lighthouse http API (#1030) 2020-04-21 23:27:49 +10:00
macros.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
metrics.rs Discovery metrics (#1276) 2020-06-19 15:36:03 +10:00
network.rs Adds peers and connected_peers to lighthouse http API (#1030) 2020-04-21 23:27:49 +10:00
node.rs Lighthouse v0.2.0 (Medalla) (#1452) 2020-08-04 07:44:53 +00:00
response_builder.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
router.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
spec.rs Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
url_query.rs Update VC and BN APIs for naive aggregation (#950) 2020-03-25 21:14:05 +11:00
validator.rs Add graffiti cli flag to the validator client. (#1425) 2020-08-11 02:16:29 +00:00