-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
Add extra debugging & http protocol downgrade (Issue #314) #327
Conversation
abraunegg
commented
Jan 3, 2019
- Add --force-http-1.1 flag to downgrade any HTTP/2 curl operations to HTTP 1.1 protocol
- Explicitly set all bool items to false at initialisation
- Update --display-config to display sync_list if configured
- Add debug handling to display when sync_list is loaded
- Add debug handling to output the handling of OneDrive changes
* Add --force-http-1.1 flag to downgrade any HTTP/2 curl operations to HTTP 1.1 protocol * Explicitly set all bool items to false at initialisation * Update --display-config to display sync_list if configured * Add debug handling to display when sync_list is loaded * Add debug handling to output the handling of OneDrive changes
* update extra debugging
CI testing reveals a crash, @abraunegg can you please look into that? |
* Fix introduced core.exception.AssertError@src/itemdb.d(341): Assertion failure
@norbusan |
superseded by #328 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build works, basic tests on my local onedrive and a test onedrive worked. Code changes look fine to me.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |