nginx 0.7.59. Requests like "GET /progress?X-Progress-ID=09e409d35e1b9dd1b5a2982709ac79eb&JsHttpRequest=12460060723877-script HTTP/1.1" cannot process properly, because module parse tracking_id as '09e409d35e1b9dd1b5a2982709ac79eb&JsHttpRequest=12460060723877-script' and instantly return "new Object({ 'state' : 'starting' })" Fix: Patch below fix this problem: How-To-Repeat: Any trivial config from uploadprogress examples and request progress with X-Progress-ID and some args together
Responsible Changed From-To: freebsd-ports-bugs->osa Fix synopsis and assign.
osa 2009-07-02 09:00:16 UTC FreeBSD ports repository Modified files: www/nginx Makefile www/nginx-devel Makefile Added files: www/nginx/files extra-patch-ngx_http_uploadprogress_module.c www/nginx-devel/files extra-patch-ngx_http_uploadprogress_module.c Log: Fix X-Progress-ID argument parsing in third-party uploadprogress module. Do not bump PORTREVISIONs. PR: ports/136064 Revision Changes Path 1.221 +4 -0 ports/www/nginx-devel/Makefile 1.1 +14 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_uploadprogress_module.c (new) 1.154 +4 -0 ports/www/nginx/Makefile 1.1 +14 -0 ports/www/nginx/files/extra-patch-ngx_http_uploadprogress_module.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!