Fixed small typo - sorry for the duplication. -- Marina Brown . Reference: /n/sources/patch/applied/webfs-http-c-with-405-corrected-typo Date: Sun Mar 5 19:16:27 CET 2006 --- /sys/src/cmd/webfs/http.c Sun Mar 5 19:15:05 2006 +++ /sys/src/cmd/webfs/http.c Sun Mar 5 19:15:03 2006 @@ -387,6 +387,10 @@ werrstr("Not found on server (404)"); goto Error; + case 405: /* Method Not Allowed */ + werrstr("Method Not Allowed (405)"); + goto Error; + case 407: /* Proxy auth */ werrstr("Proxy authentication required (407)"); goto Error;