Commit 1c4682e
committed
Fix all the ConditionalProxyMiddleware errors that happened if you ctrl+c on a "dotnet run" (not "dotnet watch run") since beta-000002.
1 parent 6545e11 commit 1c4682eCopy full SHA for 1c4682e
File tree
Expand file treeCollapse file tree
3 files changed
+42
-5
lines changedOpen diff view settings
Filter options
- src/Microsoft.AspNetCore.NodeServices
- Content/Node
- TypeScript
- Util
Expand file treeCollapse file tree
3 files changed
+42
-5
lines changedOpen diff view settings
Collapse file
src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js+20-2Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
125 | 125 | |
126 | 126 | |
127 | 127 | |
128 | | - |
| 128 | + |
129 | 129 | |
130 | 130 | |
131 | 131 | |
| ||
255 | 255 | |
256 | 256 | |
257 | 257 | |
258 | | - |
| 258 | + |
259 | 259 | |
260 | 260 | |
261 | 261 | |
262 | 262 | |
263 | 263 | |
264 | 264 | |
265 | 265 | |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
266 | 284 | |
267 | 285 | |
268 | 286 | |
|
Collapse file
src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
|
Collapse file
src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts+21-2Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | 44 | |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
45 | 64 | |
46 | 65 | |
47 | 66 | |
| ||
56 | 75 | |
57 | 76 | |
58 | 77 | |
59 | | - |
| 78 | + |
60 | 79 | |
61 | 80 | |
62 | 81 | |
0 commit comments