Actions
Bug #2357
closedmod_progress treats 2xx(!=200) return code as error
Status:
Fixed
Priority:
Normal
Category:
-
Description
"mod_progress.c" in the line 316 does a check against HTTP status code 200 only.
All HTTP codes in the form 2xx should indicate a success, as it's defined in the standard.
I find the 204 code to be particularly useful in a file upload, cause that makes browsers to not load a new page after the upload.
Please consider the trivial change of making a number between 200 and 299 to indicate success (or maybe only 4xx and 5xx to indicate error).
Updated by Anonymous over 1 year ago
- Status changed from New to Fixed
Applied in changeset 23164d557f10d4ccd948b34c5b1323e22ce5088f.
Actions
Also available in: Atom