change var name
This commit is contained in:
parent
dc6b803b29
commit
0f0cfc695f
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ class FakeTunnelConnector
|
|||
end
|
||||
|
||||
def write_response(tcp_socket, location)
|
||||
route_response_string = route_request(location)
|
||||
routed_response_string = route_request(location)
|
||||
tcp_socket.print(ok_headers)
|
||||
tcp_socket.print(ok(route_response_string))
|
||||
tcp_socket.print(ok(routed_response_string))
|
||||
end
|
||||
|
||||
def ok(body = 'Success')
|
||||
|
|
Loading…
Add table
Reference in a new issue