-
-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Labels
Description
Prompted as part of the discussion in #344 , it seems httptools doenst handle well long url, see #925 for a failing test
I can say that for my case the issue is not URLs longer than 65,535 characters, but rather that on_url
is being called multiple times for whatever reason: https://github.com/nodejs/http-parser#parsing-urls.
Originally posted by @malthejorgensen in #344 (comment)