On 17 November 2015 at 12:15,  <rhuij...@apache.org> wrote:
> Author: rhuijben
> Date: Tue Nov 17 09:15:05 2015
> New Revision: 1714735
>
> URL: http://svn.apache.org/viewvc?rev=1714735&view=rev
> Log:
> Add some verification to the protocol design used for http2 handling by
> adding a fcgi protocol implementation next to it. This should eventually
> allow using the serf httpd engine as a fcgi backend via mod_proxy_fcgi.
>
> This patch adds the initial bucket support.
>
> * buckets/fcgi_buckets.c
>   New file.
>
> * protocols/fcgi_buckets.h
>   New file.
>

> +static apr_uint64_t serf_fcgi_frame_get_remaining(serf_bucket_t *bucket)
> +{
> +    return APR_ENOTIMPL;
^^  I think it should be SERF_LENGTH_UNKNOWN?



-- 
Ivan Zhakov

Reply via email to