You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
While i'm tackling #66 , i found an interesting problem:
http-typewould create too manyByteString:parseQueryText/parseQueryuseurlDecodewhich create newByteStrings.HeaderItemuseCI ByteStringwhich in turn create a case-foldedByteString.These
ByteStrings are not created via slice thus will be slow and create memory fragment, i would suggest to simply useTextinstead.