Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Move webpush preflight check to validation #765

Closed
bbangert opened this issue Dec 23, 2016 · 0 comments
Closed

Move webpush preflight check to validation #765

bbangert opened this issue Dec 23, 2016 · 0 comments
Assignees

Comments

@bbangert
Copy link
Member

bbangert commented Dec 23, 2016

All the operations in the preflight check can be done during webpush validation, this would avoid more thread/async transferring.

@bbangert bbangert self-assigned this Jan 6, 2017
bbangert added a commit that referenced this issue Jan 6, 2017
The preflight logic only applies to webpush, and is now included in
the validation up-front to avoid a return trip immediately to the
thread-pool.

Closes #765
bbangert added a commit that referenced this issue Jan 9, 2017
The preflight logic only applies to webpush, and is now included in
the validation up-front to avoid a return trip immediately to the
thread-pool.

Closes #765
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant