Plan 9 from Bell Labs’s /usr/web/sources/contrib/mospak/abaco-html4/abaco-cookies-enable.diff

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


--- sys/src/cmd/abaco/urls.c
+++ sys/src/cmd/abaco/urls.c
@@ -89,6 +89,7 @@
 		error("reading clone");

 	buf[n] = '\0';
 	conn = atoi(buf);
+	fprint(cfd, "sendcookies 1\nacceptcookies 1\n");

 	snprint(buf, sizeof(buf), "url %S", u->src.r);
 	if(write(cfd, buf, strlen(buf)) < 0){

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.