| Log Message: |
As noted by rpluem, r->protocol isn't const char *. Ensure the exit cases
are pstrdup'ed. Note that r->protocol = "" is not in a return path.
Simplify the garbage-in protocol handling without consideration to 'strict'
settings. It is expected to be caused by an invalid raw SP in the URL.
Backports: r1773159 (with pstrdup enhancement)
Submitted by: rpluem, wrowe
Reverted in r1773160 (for further STATUS review)
|