tellapart / aurproxy

Load balancer manager with knowledge of Apache Aurora's service discovery mechanism and integration with Aurora's task lifecycle.
Apache License 2.0
71 stars 18 forks source link

Allow HEAD requests for HttpHealthCheckShareAdjuster #4

Closed SEJeff closed 9 years ago

SEJeff commented 9 years ago

Depending on the application, HEAD can return less data than a GET request as hardcoded in this share adjuster with requests.get.

ThanosBaskous commented 9 years ago

On board. An optional 'method' or 'verb' parameter with a default value of 'GET' would maintain compatibility for existing users.

SEJeff commented 9 years ago

This is fixed by #11

ThanosBaskous commented 9 years ago

Thanks @SEJeff!