Reimplement segment splitting in get_last_url() by using ssplit()
authorFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:48:23 +0000 (11:48 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:48:23 +0000 (11:48 +0000)
commit784630767e0247ba970bbc8808fb34147e78c47e
treea4ccb146e5991c4886a171988c0946dbdb5f2f98
parenta681baafffd0b61bc0c25d131e459dd13f160c3e
Reimplement segment splitting in get_last_url() by using ssplit()

It's available on all platforms and doesn't require locking.

While at it, properly detect URLs that are concatenated together
without separator again. All the redirect regression tests should
work now.
configure.in
filters.c
jcc.c
jcc.h