You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the data part is ignored, so I always get all the default elements back. So I think for UNKNOWN with content, the best course of action is to follow the HTTP_PUT AND HTTP_PATCH paths. I think there are some that have extra bits we might need to handle explicitly but can handle those later.
I'll send another pull request in soon.
The text was updated successfully, but these errors were encountered:
robe2
added a commit
to robe2/pgsql-http
that referenced
this issue
Aug 4, 2023
and it worked in that the document I chose to favorite showed a nice star on it when I logged into nextcloud.
However even though it worked it showed a timeout on the http call.
ERROR: Operation timed out after 5001 milliseconds with 0 bytes received
Not sure if that is a misconfiguration on nextcloud or we need to do something extra to return some outputs..
I haven't looked at the nextcloud logs to see if it registered any error.
This is a continuation of #159
I realize now as I suspected, I'm throwing out the data part for UNKNOWN.
So this kind of request will be properly handled
Following examples from https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html
Right now the data part is ignored, so I always get all the default elements back. So I think for UNKNOWN with content, the best course of action is to follow the HTTP_PUT AND HTTP_PATCH paths. I think there are some that have extra bits we might need to handle explicitly but can handle those later.
I'll send another pull request in soon.
The text was updated successfully, but these errors were encountered: