Changeset 261:2ff9655fe0f0 for uwsgi.c

Show
Ignore:
Timestamp:
03/09/10 08:18:33 (5 months ago)
Author:
roberto@…
Branch:
default
Message:

new setup.py fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • uwsgi.c

    r254 r261  
    16741674                else { 
    16751675#endif 
    1676                         fprintf(stderr,"POLL ADDR: %p\n", &uwsgi.poll); 
    16771676                        if (!uwsgi_parse_response (&uwsgi.poll, uwsgi.shared->options[UWSGI_OPTION_SOCKET_TIMEOUT], (struct uwsgi_header *) &wsgi_req, uwsgi.buffer)) { 
    16781677                                continue;