• Tatsuhiro Tsujikawa's avatar
    Added spdylay_session_mem_recv() · 742a8bba
    Tatsuhiro Tsujikawa authored
    spdylay_session_mem_recv() processes input bytes as the received data
    from the remote endpoint. spdylay_session_recv() uses it internally.
    The spdylay_inbound_buffer and ibuf member in spdylay_session is removed.
    The buffer is allocated in the stack when spdylay_session_recv() is called.
    742a8bba
spdylay_session.c 79.3 KB