• Pieter Noordhuis's avatar
    Request queue is responsible for parsing replies · b7188721
    Pieter Noordhuis authored
    The change in d0eb3f65 moved responsibility to the request itself, but
    kept ownership of the parser struct with the request queue. In
    retrospect, it is cleaner to keep protocol parsing in the queue and have
    it pass the parsed protocol via the read callback.
    b7188721
request.c 5.68 KB