# File lib/rainbows/configurator.rb, line 163
  def client_max_header_size(bytes)
    check!
    set_int(:client_max_header_size, bytes, 8)
  end