Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Fix "blank new line in chunk" bug #50

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Commits on Nov 30, 2022

  1. Fix "blank new line in chunk" bug

    If a chunk contains an empty line ("\r\n") chunkLength will be 0 and _setReadyState(readyStateDone) will be called, resulting in truncated payloads. We actually need to wait for "0\r\n" to set state as done.
    1618033 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    887bdef View commit details
    Browse the repository at this point in the history