hi! I'm writing a test lua client to talk to the anthropic API endpoint and it hangs when I set a request body / POST 1024 bytes or larger. If I force HTTP/1.1 then everything works fine.
Are there any known issues with HTTP/2, POST and flow-control handling? I'm still getting my head around the code and what HTTP/2 is doing here. It looks like the initial advertised window size is 64k.