Skip to content

Commit

Permalink
Add error codes for protocol errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-erling committed Jan 7, 2000
1 parent 2fbeee0 commit be0d5ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libfetch/fetch_err.et
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ et ftch
ec FETCH_UNAVAIL, "File is not available"
ec FETCH_UNKNOWN, "Unknown error"
ec FETCH_URL, "Invalid URL"
ec FETCH_VERBOSE, ""
ec FETCH_VERBOSE, "Info:"
end
1 change: 1 addition & 0 deletions lib/libfetch/ftp.errors
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@
551 PROTO Requested action aborted. Page type unknown
552 FULL Exceeded storage allocation
553 EXISTS File name not allowed
999 PROTO Protocol error
1 change: 1 addition & 0 deletions lib/libfetch/http.errors
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@
503 TEMP Service Unavailable
504 TIMEOUT Gateway Time-out
505 PROTO HTTP Version not supported
999 PROTO Protocol error

0 comments on commit be0d5ff

Please sign in to comment.