open-vault/helper/forwarding
Jeff Mitchell 4a3fe87a39
Allow max request size to be user-specified (#4824)
* Allow max request size to be user-specified

This turned out to be way more impactful than I'd expected because I
felt like the right granularity was per-listener, since an org may want
to treat external clients differently from internal clients. It's pretty
straightforward though.

This also introduces actually using request contexts for values, which
so far we have not done (using our own logical.Request struct instead),
but this allows non-logical methods to still get this benefit.

* Switch to ioutil.ReadAll()
2018-07-06 15:44:56 -04:00
..
types.pb.go adding option go_package to protos (#4687) 2018-06-04 10:19:26 -04:00
types.proto adding option go_package to protos (#4687) 2018-06-04 10:19:26 -04:00
util.go Allow max request size to be user-specified (#4824) 2018-07-06 15:44:56 -04:00
util_test.go Clustering enhancements (#1747) 2016-08-19 11:03:53 -04:00