The `AbstractGraphQLHttpServlet` has the exact same bug as the `GraphQLServlet` had. The old issue is #61 - fixed with 8d6181f1. The problem is that the `InputStream.mark(...)` method is called with a buffer size of `0`.