open-vault/internalshared
Gunjan 4900283ad5
Fix: handle max_request_size<=0 (#10072)
* Fix: handle max_request_size<=0

Signed-off-by: guacamole <gunjanwalecha@gmail.com>

* created test cases for listener

Signed-off-by: guacamole <gunjanwalecha@gmail.com>

* added test case for negative value of MaxRequestSize

Signed-off-by: guacamole <gunjanwalecha@gmail.com>

Co-authored-by: Hridoy Roy <roy@hashicorp.com>
2021-01-19 11:28:28 -08:00
..
configutil Fix: handle max_request_size<=0 (#10072) 2021-01-19 11:28:28 -08:00
gatedwriter Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
kv-builder Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
listenerutil Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
reloadutil Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
README.md Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00

README.md

HashiCorp-internal libs

Do not use these unless you know what you're doing.

These libraries are used by other HashiCorp software to reduce code duplication and increase consistency. They are not libraries needed by Vault plugins -- those are in the sdk/ module.

There are no compatibility guarantees. Things in here may change or move or disappear at any time.

If you are a Vault plugin author and think you need a library in here in your plugin, please open an issue for discussion.