Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0306/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


webfs: add error code 405
 [rsc] --rw-rw-r-- M 136171 glenda sys 9487 Mar  6 11:25 sys/src/cmd/webfs/http.c
	/n/sourcesdump/2006/0306/plan9/sys/src/cmd/webfs/http.c:387,392 - 
	/n/sourcesdump/2006/0307/plan9/sys/src/cmd/webfs/http.c:387,396
	  		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;


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.