Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-529

Re-order pre_remap hook

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.3
    • 2.1.5
    • HTTP
    • None

    Description

      Currently, the ordering of API hooks is:

      txn_start -> [receive headers from client] -> pre_remap -> remap -> read_request -> os_dns_lookup

      This should be ordered differently:

      txn_start -> [receive headers from client] -> read_request -> pre_remap -> remap -> post_remap -> os_dns_lookup

      This would involve adding a post_remap API hook and re-arranged the SM ordering of hooks to more closely match what you would expect.

      Attachments

        Activity

          People

            ericb Eric Balsa
            ericb Eric Balsa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: