Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move IasAVRRequest struct from ias_proxy to common place of ias_client and ias_proxy #33

Open
manojgop opened this issue Nov 27, 2018 · 0 comments

Comments

@manojgop
Copy link
Owner

IasClient talks to IAS or IAS proxy, we do not know behavior of IAS when empty values are passed with keys (PSE manifest and nonce). If this is acceptable by IAS replace the hashmap in POST request in ias_client to struct.

Note: There's already a struct in ias_proxy, but since it only uses it to deserialize request we do not need hashmap in ias_proxy. IAS proxy doesn't construct the request, it just forwards whatever is received to IAS.

Reason for deserializing request in IAS proxy is to get quote from it, which is used to store in LRU cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant