Changes between Initial Version and Version 1 of Ticket #1430, comment 1


Ignore:
Timestamp:
11/17/17 16:29:39 (6 years ago)
Author:
Maxim Dounin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1430, comment 1

    initial v1  
    1 Just for the record, likely the reason is `r->valid_unparsed_uri` being set to 0 for subrequests, and URI processing done as a result. Also, there is `r == r->main` check in the relevant code, probably needs to be removed (though I'm not sure why it is at all there). I've asked Roman will take a look at this.
     1Just for the record, likely the reason is `r->valid_unparsed_uri` being set to 0 for subrequests, and URI processing done as a result. Also, there is `r == r->main` check in the relevant code, probably needs to be removed (though I'm not sure why it is at all there). I've asked Roman to take a look at this.