diff options
author | Alan Conway <aconway@apache.org> | 2008-11-20 18:29:20 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-11-20 18:29:20 +0000 |
commit | 24f410931d76bc37dd575436a7b11a87b6aef0c9 (patch) | |
tree | 49ee770cf521f3a0bba881cee7219082ee89b2c2 /cpp/src/tests/HeaderTest.cpp | |
parent | 5b93ee887ca64e26fb2440bab4c9785ea3de2e79 (diff) | |
download | qpid-python-24f410931d76bc37dd575436a7b11a87b6aef0c9.tar.gz |
Replaced boost.spirit-based URL parser with simple recursive descent parser.
boost.spirit has some known thread-safety issues and appears to be causing
qpid clients to crash in several scenarios.
The new parser is trivially thread safe and relatively easy to extend.
It's a simple recursive descent parser, sufficient for simple grammars
like those used in URL formats. It's not intended to be a
full-featured parser framework like spirit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/HeaderTest.cpp')
0 files changed, 0 insertions, 0 deletions