Commit 85bd29e
authored
Makes performance script run on macOS (#603)
By default, the script started the MockServer on port 7000, which is
used by AirPlay on macOS.
This caused conflicts.
I also made a minor change on the logging to avoir reporting an error
when the server closes the connection.1 parent 1b3c81c commit 85bd29e
File tree
2 files changed
+4
-2
lines changed- Sources/AWSLambdaRuntime
- scripts
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| 112 | + | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments