Commits


David Li authored and GitHub committed e8cb0bd8cd8
ARROW-16606: [FlightRPC][Python] Handle non-lowercase header names (#13274) gRPC may abort if it gets a non-lowercase header. In Python, just pay the tax of normalizing case. In C++, add a note to the docs instead. Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>