Commit 5aebe49
Remove size limit on uexw header
Summary:
Don't truncate error reason in the uexw header.
Meta:
Similar to D92278388 diff, [other parts of `ThriftServer`](https://www.internalfb.com/code/fbsource/[3f91896f158796f40f690d866fab893f29f3b59e]/fbcode/thrift/lib/cpp2/transport/core/ThriftRequest.h?lines=318-319) do not truncate the error reason. This one shouldn't either. remove the max length.
Reviewed By: aristidisp
Differential Revision: D92279288
fbshipit-source-id: 697826dd5fd56e08eb0d499f35e47b2be4d56b311 parent 9c5aab7 commit 5aebe49
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
302 | 308 | | |
303 | 309 | | |
304 | 310 | | |
| |||
0 commit comments