Hi All,
  Just a quick heads-up: just checked-in a change for re-ordering a
couple API hooks. The old HttpSM required that you remap a request (by
having a valid entry in remap.config) before you could ever hit
READ_REQUEST. This seemed wrong so I changed the ordering to be more
in line with what you expect. The SM will now hit READ_REQUEST_HOOK
immediately after parsing the headers from the client. It will then
move on to remap the request. There are two hooks around remap:
PRE_REMAP_HOOK and POST_REMAP_HOOK (newly added)

As a bonus, 6 regressions that were failing are now passing.

I also added an API function for skipping all remap stuff (
INKSkipRemappingSet(txnp,bool) ) such that you jump from
READ_REQUEST_HOOK to origin lookup if you so choose.

--Eric

Reply via email to