Skip to content

Commit 7d24500

Browse files
author
Dean Michael Berris
committed
Updating documentation in the test.
1 parent ade7513 commit 7d24500

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libs/network/test/http_incremental_parser.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@
3333
*
3434
* The basic interface that we're looking for is a means of providing:
3535
* - a range of input
36-
* - a completion function once a certain state is reached
3736
* - a means of resetting the parser's state
37+
* - a means of initializing the parser to a given state
38+
* - a parse_until function that takes a state as parameter and
39+
* a range from which the parser will operate on, returns
40+
* a tuple of a boost::logic::tribool and a resulting range
3841
*
3942
* One of the possible implementations can use the Boost.MSM library
4043
* to create the state machine. The test however does not specify what

0 commit comments

Comments
 (0)