Commit a7b641f
authored
[3.3] Optimize TriRpcStatus by adding http status code to its description (#15708)
* Optimize TriRpcStatus by adding http status code to its description
* Fix dubboCodeToTriCode method by converting METHOD_NOT_FOUND to UNIMPLEMENTED
* Add back invalid keyword to TriRpcStatus description at validateHeaderStatus method1 parent 2170f0f commit a7b641f
File tree
2 files changed
+2
-2
lines changed- dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc
- protocol/tri/stream
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments