Commit f358d8e
committed
In HttpNodeInstance, correctly report response serialisation errors back to .NET (previously, it just timed out)
1 parent 465d0c8 commit f358d8eCopy full SHA for f358d8e
File tree
Expand file treeCollapse file tree
2 files changed
+30
-16
lines changedOpen diff view settings
Filter options
- src/Microsoft.AspNetCore.NodeServices
- Content/Node
- TypeScript
Expand file treeCollapse file tree
2 files changed
+30
-16
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+15-8Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
| 72 | + |
79 | 73 | |
80 | 74 | |
81 | 75 | |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
82 | 85 | |
83 | | - |
| 86 | + |
84 | 87 | |
85 | 88 | |
86 | 89 | |
| ||
129 | 132 | |
130 | 133 | |
131 | 134 | |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
132 | 139 | |
133 | 140 | |
134 | 141 | |
|
Collapse file
src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts+15-8Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
| 20 | + |
27 | 21 | |
28 | 22 | |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
29 | 31 | |
30 | | - |
| 32 | + |
31 | 33 | |
32 | 34 | |
33 | 35 | |
| ||
82 | 84 | |
83 | 85 | |
84 | 86 | |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
0 commit comments