Greetings,
I have downloaded uwsgi 1.9.3. I was building my custom plugin and
noticed that wsgi_req->uh is now a pointer to a uwsgi_header instance.
This means that cplusplus plugin won't build unless I change
wsgi_req->uh.pktsize to wsgi_req->uh->pktsize.
If one executes the command
find . | xargs grep "wsgi_req->uh.pktsize"
There are a few more examples of this -- namely in ./proto/uwsgi.c and
./proto/uwsgidump.c
Regards,
Jeff Van Voorst
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi