Project

General

Profile

Actions

Bug #2357

closed

mod_progress treats 2xx(!=200) return code as error

Added by deif over 12 years ago. Updated 9 months ago.

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).

Actions #1

Updated by Anonymous 9 months ago

  • Status changed from New to Fixed
Actions

Also available in: Atom