Replies: 3 comments
-
Are you using |
Beta Was this translation helpful? Give feedback.
-
I've been using "CodeChecker store --verbose debug ..." and "CodeChecker server --verbose debug ...". |
Beta Was this translation helpful? Give feedback.
-
I had similar issue recently with nginx because nginx by default limits http request size, and when we upload results our request is HUGE. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We're using CodeChecker on a C++ codebase, and for certain areas we get a protocol error when storing results on the server:
My guess is that this is the start of some HTML error response, so is there a way to show the full response? The server doesn't log any errors, and it works fine for other parts of the same codebase. It happens as soon as we enable clang-tidy, even when the config file only has
clang-diagnostic-*
enabled.Any help would be very welcome!
Beta Was this translation helpful? Give feedback.
All reactions