Advertisement
Guest User

Untitled

a guest
Oct 12th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. case TS_REMAP_PSEUDO_HOOK:
  2. // Pseudo-hook for a remap instance
  3. if (client_bufp && client_hdr_loc) {
  4. TSDebug(PLUGIN_NAME, "\tAdding TXN client request header buffers for remap instance");
  5. bufp = client_bufp;
  6. hdr_loc = client_hdr_loc;
  7. }
  8. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement