Skip to content

Commit

Permalink
More formatting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongola7 committed Oct 9, 2011
1 parent ba2c690 commit 33c50a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requests the proxy open a TCP port for listening and wait for an incoming connec

The @callback@ parameter will be evaluated at the global scope when the incoming connection is established. Two parameters will be appended. The first indicates the type of response from the proxy, while the second depends on the response. The following table identifies expected response codes.

|_. Response |_. Argument | _. Description |
|_. Response |_. Argument |_. Description |
| @ok@ | channel handle | Indicates an incoming connection was esablished. The channel handle may be used to communicate with the remote host. |
| @timeout@ | error message | Indicates the @-bindtimeout@ expired while waiting for an incoming connection. |
| @error@ | error message | Indicates some sort of error occurred with the proxy. The error message provides further details. |
Expand Down

0 comments on commit 33c50a7

Please sign in to comment.