Skip to content

fix(oay): support WebdavFile continuous reading and writing#4374

Merged
Xuanwo merged 2 commits intomainfrom
fix_webdav_server
Apr 10, 2024
Merged

fix(oay): support WebdavFile continuous reading and writing#4374
Xuanwo merged 2 commits intomainfrom
fix_webdav_server

Conversation

@G-XD
Copy link
Copy Markdown
Contributor

@G-XD G-XD commented Mar 15, 2024

fix #3231

Added a WebdavFileState structure containing a Reader and a Writer to support continuous reading and writing of WebdavFile.

@G-XD G-XD requested review from PsiACE and Xuanwo as code owners March 15, 2024 16:41
@github-actions github-actions Bot added the releases-note/fix The PR fixes a bug or has a title that begins with "fix" label Mar 15, 2024
@github-actions github-actions Bot requested a review from ClSlaid March 15, 2024 16:42
@Xuanwo
Copy link
Copy Markdown
Member

Xuanwo commented Apr 10, 2024

Thanks!

@Xuanwo Xuanwo merged commit 95cc62e into main Apr 10, 2024
@Xuanwo Xuanwo deleted the fix_webdav_server branch April 10, 2024 14:11
Xuanwo added a commit that referenced this pull request Apr 10, 2024
tisonkun pushed a commit that referenced this pull request Apr 10, 2024
* Revert "fix(integrations/webdav): Fix read file API changes (#4462)"

This reverts commit f6b4acc.

* Revert "fix(oay): support `WebdavFile` continuous reading and writing (#4374)"

This reverts commit 95cc62e.

* ci: Revert oay changes to fix CI

Signed-off-by: Xuanwo <github@xuanwo.io>

---------

Signed-off-by: Xuanwo <github@xuanwo.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/fix The PR fixes a bug or has a title that begins with "fix"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

webdav-server: Read and write are not handled correctly

2 participants