• Max Kellermann's avatar
    added InputStream.ready · 82ca4cf8
    Max Kellermann authored
    The flag "ready" indicates whether the input stream is ready and it
    has parsed all meta data.  Previously, it was impossible for
    decodeStart() to see the content type of HTTP input streams, because
    at that time, the HTTP response wasn't parsed yet.
    82ca4cf8
inputStream_http.c 25.9 KB