tchannel 3.9.12 → 3.9.14-uber-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/argstream.js +1 -1
  3. package/as/http.js +1 -1
  4. package/as/json.js +1 -1
  5. package/as/thrift.js +5 -14
  6. package/benchmarks/bench_server.js +1 -1
  7. package/benchmarks/compare.js +1 -1
  8. package/benchmarks/d8_peer_heap.js +1 -1
  9. package/benchmarks/http/index.js +1 -1
  10. package/benchmarks/index.js +1 -1
  11. package/benchmarks/micro/reading-all-important-fields.js +1 -1
  12. package/benchmarks/micro/reading-arg1-str.js +1 -1
  13. package/benchmarks/micro/reading-caller-name-str.js +1 -1
  14. package/benchmarks/micro/reading-service-name-str.js +1 -1
  15. package/benchmarks/micro/reading-tracing-value.js +1 -1
  16. package/benchmarks/multi_bench.js +1 -1
  17. package/benchmarks/peer_heap.js +1 -1
  18. package/benchmarks/random_sample.js +1 -1
  19. package/benchmarks/read-bench-config.js +1 -1
  20. package/benchmarks/relay_server.js +1 -1
  21. package/benchmarks/trace_server.js +1 -1
  22. package/bin/adhoc-multi.js +1 -1
  23. package/bin/adhoc.js +1 -1
  24. package/channel.js +1 -1
  25. package/connection.js +1 -1
  26. package/drain.js +1 -1
  27. package/endpoint-handler.js +1 -1
  28. package/errors.js +1 -1
  29. package/examples/as-thrift.js +1 -1
  30. package/examples/as_example1.js +1 -1
  31. package/examples/example1.js +1 -1
  32. package/examples/example2.js +1 -1
  33. package/examples/http_egress.js +1 -1
  34. package/examples/http_ingress.js +1 -1
  35. package/examples/josh_test_client.js +1 -1
  36. package/examples/josh_test_server.js +1 -1
  37. package/examples/keyvalue/client.js +1 -1
  38. package/examples/keyvalue/server.js +1 -1
  39. package/examples/legacy_example.js +1 -1
  40. package/examples/repl_client.js +1 -1
  41. package/examples/repl_server.js +1 -1
  42. package/examples/send_test.js +1 -1
  43. package/examples/term_client.js +1 -1
  44. package/examples/term_server.js +1 -1
  45. package/host-port.js +1 -1
  46. package/hyperbahn/index.js +1 -1
  47. package/hyperbahn-client.js +1 -1
  48. package/in_request.js +1 -1
  49. package/in_response.js +1 -1
  50. package/lazy_relay.js +1 -1
  51. package/lib/event_emitter.js +1 -1
  52. package/lib/lcg.js +1 -1
  53. package/lib/multicast_ctl.js +1 -1
  54. package/lib/object_pool.js +1 -1
  55. package/lib/part-list.js +1 -1
  56. package/lib/pipeline_streams.js +1 -1
  57. package/lib/rate_counter.js +1 -1
  58. package/lib/retry_ratio_tracker.js +1 -1
  59. package/lib/statsd.js +1 -1
  60. package/monitor.js +1 -1
  61. package/null-logger.js +1 -1
  62. package/operations.js +1 -1
  63. package/out_request.js +1 -1
  64. package/out_response.js +1 -1
  65. package/package.json +4 -4
  66. package/peer-file-watcher.js +1 -1
  67. package/peer.js +1 -1
  68. package/peer_heap.js +1 -1
  69. package/peer_score_strategies.js +1 -1
  70. package/peers_base.js +1 -1
  71. package/range.js +1 -1
  72. package/relay_handler.js +1 -1
  73. package/reqres_states.js +1 -1
  74. package/request-handler.js +1 -1
  75. package/request.js +1 -1
  76. package/retry-flags.js +1 -1
  77. package/root_peers.js +1 -1
  78. package/scripts/xlang_test.js +1 -1
  79. package/service-name-handler.js +1 -1
  80. package/services.js +1 -1
  81. package/stat-tags.js +1 -1
  82. package/streaming_in_request.js +1 -1
  83. package/streaming_in_response.js +1 -1
  84. package/streaming_out_request.js +1 -1
  85. package/streaming_out_response.js +1 -1
  86. package/sub_peers.js +1 -1
  87. package/tcollector/reporter.js +1 -1
  88. package/test/argstream.js +1 -1
  89. package/test/as-http.js +1 -1
  90. package/test/as-json.js +1 -1
  91. package/test/as-thrift.js +1 -1
  92. package/test/balance_peer_requests.js +1 -1
  93. package/test/busy.js +1 -1
  94. package/test/chan_drain.js +1 -1
  95. package/test/connection-stats.js +1 -1
  96. package/test/connection-with-statsd.js +1 -1
  97. package/test/double-response.js +1 -1
  98. package/test/ephemeral-client.js +1 -1
  99. package/test/errors.js +1 -1
  100. package/test/event_emitter.js +1 -1
  101. package/test/examples.js +1 -1
  102. package/test/health.js +1 -1
  103. package/test/hyperbahn-client/constructor.js +1 -1
  104. package/test/hyperbahn-client/sub-channel.js +1 -1
  105. package/test/hyperbahn-client/thrift-codec.js +1 -1
  106. package/test/identify.js +1 -1
  107. package/test/index.js +1 -1
  108. package/test/large-send.js +1 -1
  109. package/test/lazy_conn_handler.js +1 -1
  110. package/test/lazy_handler.js +1 -1
  111. package/test/lib/alloc-cluster.js +1 -1
  112. package/test/lib/barplot.js +1 -1
  113. package/test/lib/barrier.js +1 -1
  114. package/test/lib/base2.js +1 -1
  115. package/test/lib/batch-client.js +1 -1
  116. package/test/lib/cluster_search.js +1 -1
  117. package/test/lib/collapsed-assert.js +1 -1
  118. package/test/lib/count_stream.js +1 -1
  119. package/test/lib/iter_stream.js +1 -1
  120. package/test/lib/load_config.js +1 -1
  121. package/test/lib/peer_score_obs.js +1 -1
  122. package/test/lib/raw_service.js +1 -1
  123. package/test/lib/resource_pool.js +1 -1
  124. package/test/lib/rng_stream.js +1 -1
  125. package/test/lib/run_server.js +1 -1
  126. package/test/lib/simple_validators.js +1 -1
  127. package/test/lib/stream_check.js +1 -1
  128. package/test/lib/stream_search.js +1 -1
  129. package/test/lib/test_isolate_search.js +1 -1
  130. package/test/lib/test_search.js +1 -1
  131. package/test/max-call-overhead.js +1 -1
  132. package/test/max_pending.js +1 -1
  133. package/test/no_frag_arg1.js +1 -1
  134. package/test/non-zero-ttl.js +1 -1
  135. package/test/object_pool.js +1 -1
  136. package/test/peer-file-watcher.js +1 -1
  137. package/test/peer-to-peer-load-balance.js +1 -1
  138. package/test/peer.js +1 -1
  139. package/test/peer_drain.js +1 -1
  140. package/test/peer_strategies.js +1 -1
  141. package/test/peers.js +1 -1
  142. package/test/ping.js +1 -1
  143. package/test/pool-of-servers.js +1 -1
  144. package/test/rate_counter.js +1 -1
  145. package/test/register.js +1 -1
  146. package/test/regression-conn-double-buildResponse.js +1 -1
  147. package/test/regression-inOps-leak.js +1 -1
  148. package/test/regression-listening-on-used-port.js +1 -1
  149. package/test/relay-clamps-the-ttl.js +1 -1
  150. package/test/relay-kills-socket-after-timeouts.js +1 -1
  151. package/test/relay-stats.js +1 -1
  152. package/test/relay-to-dead.js +1 -1
  153. package/test/relay-under-timeouts.js +1 -1
  154. package/test/relay.js +1 -1
  155. package/test/relay_lazy.js +1 -1
  156. package/test/request-error-context.js +1 -1
  157. package/test/request-stats.js +1 -1
  158. package/test/request-with-statsd.js +1 -1
  159. package/test/response-stats.js +1 -1
  160. package/test/response-with-statsd.js +1 -1
  161. package/test/retry.js +1 -1
  162. package/test/safe-quit.js +1 -1
  163. package/test/send.js +1 -1
  164. package/test/streaming-resp-err.js +1 -1
  165. package/test/streaming.js +1 -1
  166. package/test/streaming_bisect.js +1 -1
  167. package/test/tchannel.js +1 -1
  168. package/test/tcollector-reporter.js +3 -2
  169. package/test/time_heap.js +1 -1
  170. package/test/timeouts.js +1 -1
  171. package/test/trace/basic_server.js +1 -1
  172. package/test/trace/lib/basic_server_fixture.js +1 -1
  173. package/test/trace/lib/server_2_requests_fixture.js +1 -1
  174. package/test/trace/outpeer_span_handle.js +1 -1
  175. package/test/trace/server_2_requests.js +1 -1
  176. package/test/v2/args.js +1 -1
  177. package/test/v2/call.js +1 -1
  178. package/test/v2/cancel.js +1 -1
  179. package/test/v2/checksum.js +1 -1
  180. package/test/v2/claim.js +1 -1
  181. package/test/v2/cont.js +1 -1
  182. package/test/v2/error_response.js +1 -1
  183. package/test/v2/frame.js +1 -1
  184. package/test/v2/header.js +1 -1
  185. package/test/v2/init.js +1 -1
  186. package/test/v2/lazy_frame.js +1 -1
  187. package/test/v2/lib/test_body.js +1 -1
  188. package/test/v2/ping.js +1 -1
  189. package/test/v2/tracing.js +1 -1
  190. package/time_heap.js +1 -1
  191. package/trace/agent.js +1 -1
  192. package/trace/span.js +1 -1
  193. package/v1/frame.js +1 -1
  194. package/v1/handler.js +1 -1
  195. package/v1/header.js +1 -1
  196. package/v1/index.js +1 -1
  197. package/v1/parser.js +1 -1
  198. package/v2/args.js +1 -1
  199. package/v2/call.js +1 -1
  200. package/v2/call_flags.js +1 -1
  201. package/v2/cancel.js +1 -1
  202. package/v2/checksum.js +1 -1
  203. package/v2/claim.js +1 -1
  204. package/v2/cont.js +1 -1
  205. package/v2/error_response.js +1 -1
  206. package/v2/frame.js +1 -1
  207. package/v2/handler.js +1 -1
  208. package/v2/header.js +1 -1
  209. package/v2/index.js +1 -1
  210. package/v2/init.js +1 -1
  211. package/v2/lazy_frame.js +1 -1
  212. package/v2/out_request.js +1 -1
  213. package/v2/out_response.js +1 -1
  214. package/v2/ping.js +1 -1
  215. package/v2/tracing.js +1 -1
  216. package/.npmignore +0 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v3.9.12
2
+
3
+ - Update depencencies to support Node.js 9 and newer.
4
+
1
5
  # v3.9.11
2
6
 
3
7
  - Bug Fix: Handles undefined default value in thrift response structs
package/argstream.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/as/http.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/as/json.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/as/thrift.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -54,13 +54,11 @@ function TChannelAsThrift(opts) {
54
54
  allowIncludeAlias: opts.allowIncludeAlias,
55
55
  allowOptionalArguments: opts.allowOptionalArguments,
56
56
  defaultAsUndefined: opts.defaultAsUndefined,
57
+ // Release IDL sources, asts after parsing
58
+ releaseSources: true,
57
59
  fs: opts.fs
58
60
  });
59
61
 
60
- var sources = self.spec.getSources();
61
- self.thriftFileName = sources.entryPoint;
62
- self.thriftSource = sources.idls[sources.entryPoint];
63
-
64
62
  self.logger = opts.logger;
65
63
 
66
64
  var bossMode = opts && opts.bossMode;
@@ -148,11 +146,11 @@ function registerMeta(metaSource) {
148
146
  var self = this;
149
147
 
150
148
  var metaSpec = new thriftrw.Thrift({
151
- source: metaSource
149
+ source: metaSource,
150
+ releaseSources: true
152
151
  });
153
152
 
154
153
  self.register(self.channel, 'Meta::health', self, health, metaSpec);
155
- self.register(self.channel, 'Meta::thriftIDL', self, thriftIDL, metaSpec);
156
154
  };
157
155
 
158
156
  TChannelAsThrift.prototype.request = function request(reqOptions) {
@@ -551,13 +549,6 @@ function health(tchannelThrift, req, head, body, callback) {
551
549
  });
552
550
  }
553
551
 
554
- function thriftIDL(tchannelThrift, req, head, body, callback) {
555
- return callback(null, {
556
- ok: true,
557
- body: tchannelThrift.spec.getSources()
558
- });
559
- }
560
-
561
552
  // TODO proper Thriftify result union that reifies as the selected field.
562
553
  function onlyKey(object) {
563
554
  for (var name in object) {
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright (c) 2017 Uber Technologies, Inc.
2
+ // Copyright (c) 2019 Uber Technologies, Inc.
3
3
  //
4
4
  // Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  // of this software and associated documentation files (the "Software"), to deal
package/bin/adhoc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright (c) 2017 Uber Technologies, Inc.
2
+ // Copyright (c) 2019 Uber Technologies, Inc.
3
3
  //
4
4
  // Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  // of this software and associated documentation files (the "Software"), to deal
package/channel.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/connection.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/drain.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/errors.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/host-port.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/in_request.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/in_response.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/lazy_relay.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/lib/lcg.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/lib/part-list.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/lib/statsd.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/monitor.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/null-logger.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/operations.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/out_request.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/out_response.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tchannel",
3
3
  "description": "network multiplexing and framing protocol for RPC or parser drag racing",
4
4
  "author": "mranney@uber.com",
5
- "version": "3.9.12",
5
+ "version": "3.9.14-uber-1",
6
6
  "scripts": {
7
7
  "lint": "eslint $(git ls-files | grep '.js$')",
8
8
  "travis": "npm run check-licence && npm run lint -s && npm run travis-cover -s && npm run check-benchmark -s",
@@ -43,16 +43,16 @@
43
43
  "run-parallel": "^1.1.0",
44
44
  "run-series": "^1.1.2",
45
45
  "safe-json-parse": "^4.0.0",
46
- "sse4_crc32": "4.1.1",
46
+ "sse4_crc32": "^5.3.0",
47
47
  "tape-cluster": "2.1.0",
48
- "thriftrw": "^3.11.0",
48
+ "thriftrw": "^3.11.4",
49
49
  "xorshift": "^0.2.0",
50
50
  "xtend": "^4.0.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "async": "^0.9.0",
54
54
  "chalk": "^1.0.0",
55
- "child_pty": "3.0.1",
55
+ "child_pty": "^3.0.10",
56
56
  "collect-parallel": "^1.0.1",
57
57
  "debug-logtron": "5.1.1",
58
58
  "duplexer": "^0.1.1",
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/peer.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/peer_heap.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/peers_base.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/range.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/relay_handler.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
package/reqres_states.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Uber Technologies, Inc.
1
+ // Copyright (c) 2019 Uber Technologies, Inc.
2
2
  //
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to deal