Hello,
I am using www/hiawatha and a bug has been discovered by the developer.
I was told that the fix will be to edit the file src/http.c and change lines 848 and 849 to:
Could someone please tell me if I can do that when using the port tree?
I am using www/hiawatha and a bug has been discovered by the developer.
I was told that the fix will be to edit the file src/http.c and change lines 848 and 849 to:
Code:
while ((forwarded = strcasestr(forwarded, "for=")) != NULL) {
begin = forwarded + 4;