spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

"Stream write aborted" #322

Open samkuhn opened 7 years ago

samkuhn commented 7 years ago

I'm getting errors in the console whenever I stop playback of a HTML5 video, or change page while one is playing over h2:

  Error: Stream write aborted
      at /Users/sam/project/ut-utile-newbackend/node_modules/spdy-transport/lib/spdy-transport/stream.js:141:16
      at _combinedTickCallback (internal/process/next_tick.js:73:7)
      at process._tickCallback (internal/process/next_tick.js:104:9)

Is this normal? It doesn't seem to hurt (but is a tad annoying) Is there a way to silence them?

virginielgb commented 5 years ago

I have the same error, it's pretty annoying as I have to handle multiple connections and it keeps crashing...

wmbutler commented 5 years ago

Did either of you come up with a solution to this? We are seeing these as well.

OcelotJungle commented 3 years ago

Same error. Anything resolved?

RezaErfani67 commented 2 years ago

Same error. Anything resolved?

RezaErfani67 commented 2 years ago

I got the same error...