Hello, I just ran dub upgrade on something that uses the web framework to control access via login and logout, running without runtime errors with 0.8.0.

dub.sdl :

dependency "vibe-d" version="~>0.8.0"
dependency "vibe-d:core" version="~>0.8.0"
subConfiguration "vibe-d:core" "vibe-core"

Now when I run it, on one of my form submissions I get a red error line in the console as follows.

HTTP connection handler has thrown: Reached EOF while searching for end marker.

Any suggestion as to what may be going on?