I found `UndertowOptions.MAX_HEADER_SIZE` which seemed to roughly correspond to this, but from what I could see in the HTTP listener, connections are severed if they exceed the length rather than sending a 414.

Is there a different option I should be using?

Thanks.

Mike