> Finally figured out what I was doing
> wrong with my IO device and now
> everything works but when someone
> class seek() on my device I have to
>
> uwsgi_request_body_seek(new_pos);
> request->post_readline_pos = request->post_pos;
>
> Any reason why readline pos isn't changed
> in body_seek function?
>

well mixing readline based with chunk based reads is really messy, even
when you call POSIX fread() after seek you will mess with buffering.

Can you report how you are using it ?


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to