ticket27225 292 B

12345
  1. o Minor features (performance):
  2. - Avoid parsing the same protocol-versions string over and over
  3. in summarize_protover_flags(). This should save us a huge number
  4. of malloc calls on startup, and may reduce memory fragmentation with
  5. some allocators. Closes ticket 27225.