Commit b33a47ef authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Trevor Norris
Browse files

lib, src: don't make http parser handles weak



Weak handles put strain on the garbage collector and the parser handle
doesn't need to be weak in the first place.  This change should improve
GC times on busy servers a little.

Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 1e99486c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment