Skip to content

Commit

Permalink
Simplified upload abortion logic; simply discarding already added fie…
Browse files Browse the repository at this point in the history
…lds; returning explicit error code after script failures to be able to generate Internal server error
  • Loading branch information
vkholodkov committed Jul 19, 2008
1 parent 34dfe23 commit 4d0e651
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 121 deletions.
11 changes: 11 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

Version 2.0.1
* Fixed crash in logging filename while aborting upload
* Added feasible debug logging
* Added support for variables to generate form fields
in resulting request body
* Added missing logging of errno after write failures
* Simplified upload abortion logic; simply discarding
already added fields
* Now returning explicit error code after script failures
to be able to generate Internal server error
Loading

0 comments on commit 4d0e651

Please sign in to comment.