cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

change find_next #1

Closed vinniefalco closed 2 years ago

vinniefalco commented 2 years ago

find with an iterator from should check the range [ from, end() ).

from == end() is valid and returns end()

vinniefalco commented 2 years ago

This works correctly in fields_view

vinniefalco commented 2 years ago

boost.url calls it find not find_next