jgauffin / Griffin.WebServer

A web server built on top of Griffin.Framework
107 stars 42 forks source link

Closed loop when answering 'Range' requests from FileModule #22

Closed PhonicUK closed 8 years ago

PhonicUK commented 8 years ago

I'm still narrowing down the exact reproduction steps, but in the field users are finding that the web server enters a closed loop (and consequently munching on CPU time) when answering Range requests under certain circumstances.

In my local branch I've added an extra property to FileModule to simply disable this functionality cleanly, but I intend to find the root cause.

jgauffin commented 8 years ago

can you describe the solution?

PhonicUK commented 8 years ago

There wasn't actually an issue in the first place, bad report on my part.