(value)
| 28 | require("./multiplexed_processor").MultiplexedProcessor; |
| 29 | |
| 30 | function sanitizeHeader(value) { |
| 31 | return (value || "").replace(/[\r\n]/g, ""); |
| 32 | } |
| 33 | |
| 34 | var TBufferedTransport = require("./buffered_transport"); |
| 35 | var TBinaryProtocol = require("./binary_protocol"); |