Skip to content

Commit eafaf35

Browse files
authored
Merge pull request #51 from parasquared/main
one last fix for now
2 parents b9f311f + 8bfbfc6 commit eafaf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ async function doGopherProxy(socket, request_headers) {
14201420

14211421
// if user requested path
14221422
if (request_data.path.length >= 2) {
1423-
gopherRequest = "/" + request_url_split;
1423+
gopherRequest = request_data.path;
14241424
}
14251425

14261426
// if user requested type 7 (search)

0 commit comments

Comments
 (0)