Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

bugfix: use same bufio.Reader for all requests in one connection. #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 3, 2016

  1. bugfix: use same bufio.Reader for all requests in one connection.

    Old code create bufio.Reader for each request. When using pipeline mode,
    bufio.Reader may eat some input data which belong to next request.
    xxr3376 committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    a69dc46 View commit details
    Browse the repository at this point in the history