fixed gopher/nex fetching
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ proc url2dict {inputurl} {
|
|||||||
gophers -
|
gophers -
|
||||||
gopher {
|
gopher {
|
||||||
if {$rport eq ""} {set rport 70}
|
if {$rport eq ""} {set rport 70}
|
||||||
set selector [string cat "/" [string range $rpath 1 end] "\r\n"]
|
set selector [string cat "/" $rpath "\r\n"]
|
||||||
dict set out handler render_handler_gopher
|
dict set out handler render_handler_gopher
|
||||||
}
|
}
|
||||||
finger {
|
finger {
|
||||||
|
|||||||
Reference in New Issue
Block a user