I have two Generic Inquires exposed to OData. I can use the API to query one of them without issue, but the other one always fails. In particular, it returns a partial fragment of the results and then the HTTP connection drops with our HTTP library (curl) reporting this error:
“HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)”
If I force HTTP 1.1 instead, the behavior is the same, but the error says “Connection reset by peer”.
Any troubleshooting suggestions would be appreciated, thank you!