Jason Belich

Results 3 comments of Jason Belich

@awesomeunleashed 's workaround worked for me, tho it still resulted in the same leak @arisferyanto refers to.. the debouncing trick did not work for me.

I'm experiencing this also. Seems like the issue is warcRecord/builder.js .. the function consumeLine() ... basically you're using a solo CRLF as the boundary between WARC Records... seems to me...

seems that commenting out the line `this._parsingState = parsingStates.consumeCRLFContent2` inside the switch statement resolves this specific problem. Is there a specific protocol reason it's there, like trailers or something, or...