Is that 1.4.6 or unstable on github?
BTW FYI: github HEAD gives me following error when compiling (OS X 10.8, Xcode
4.6):
core/reader.c:50:12: error: comparison of integers of different signs: 'off_t'
(aka 'long long') and 'size_t' (aka 'unsigned long')
[-Werror,-Wsign-compare]
if (pos > wsgi_req->post_pos) {
~~~ ^ ~~~~~~~~~~~~~~~~~~
core/reader.c:57:11: error: comparison of integers of different signs: 'off_t'
(aka 'long long') and 'size_t' (aka 'unsigned long')
[-Werror,-Wsign-compare]
if (pos >= uwsgi.post_buffering) {
~~~ ^ ~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make: *** [all] Error 1
Cheers,
K.
On 26.02.2013, at 16:32, Roberto De Ioris <[email protected]> wrote:
>
>> That sounds great, Roberto. Thanks for the fast reply.
>>
>> Post-Buffering is fine with me. Is there a rewind call?
>>
>> Can I already give it a try via git? Or do you have an ETA when it's
>> ready?
>>
>> Kind regards,
>> K.
>>
>>
>
> you can already test it.
>
> To rewind:
>
> env['wsgi.input'].seek(0)
>
> to send to an external node:
>
> uwsgi.route("uwsgi","127.0.0.1:3065,0,0")
>
> (the arguments after the address are the modifiers)
>
> when it works you can test it with uGreen or gevent to have it non blocking
> (offloading will not work in that specific case as there are no socket
> involved for the body)
>
> --
> Roberto De Ioris
> http://unbit.it
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi