| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2aa06b9 commit 7d07a0b
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -699,7 +699,7 @@ added: v0.1.90 | |||
| 699 | 699 | Begin accepting connections on the specified `port` and `hostname`. If the | |
| 700 | 700 | `hostname` is omitted, the server will accept connections on any IPv6 address | |
| 701 | 701 | (`::`) when IPv6 is available, or any IPv4 address (`0.0.0.0`) otherwise. Use a | |
| 702 | - port value of zero to have the operating system assign an available port. | ||
| 702 | + port value of `0` to have the operating system assign an available port. | ||
| 703 | 703 | ||
| 704 | 704 | To listen to a unix socket, supply a filename instead of port and hostname. | |
| 705 | 705 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -183,7 +183,7 @@ code without properly recovering from the exception can cause additional | |||
| 183 | 183 | unforeseen and unpredictable issues. | |
| 184 | 184 | ||
| 185 | 185 | Exceptions thrown from within the event handler will not be caught. Instead the | |
| 186 | - process will exit with a non zero exit code and the stack trace will be printed. | ||
| 186 | + process will exit with a non-zero exit code and the stack trace will be printed. | ||
| 187 | 187 | This is to avoid infinite recursion. | |
| 188 | 188 | ||
| 189 | 189 | Attempting to resume normally after an uncaught exception can be similar to | |
| Back | FazBrowse Home | New Git URL |
0 commit comments