> Hello Uwsgi, > > I'am getting this error > > recvmsg(): Operation now in progress [proto/uwsgi.c line 40] > Sun Aug 26 03:50:27 2012 - error parsing request > > when I'am trying to read with cache_get or cache_exists the key what > doesn't exist. is it normal? how to suppress it? > > uwsgi --version > 1.2.5 > >
Basically you get the error because the other node (not being able to find the object) simply closes the connection as fast as possibile, leaving te uwsgi parser in inconsistent state (that triggers the error you get). We can suppress parsing errors (expecially on cache_exists) but lot of parts are dependent on that code, so i have to carefully check. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
