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

cargo: upgrade dbs-uhttp to v0.3.0 #447

Merged
merged 1 commit into from
May 26, 2022

Commits on May 26, 2022

  1. cargo: upgrade dbs-uhttp to v0.3.0

    Nydus snapshotter throws this error if HTTP payload exceeds 1k
    when calling nydusd's mount API:
    
    ```
    Post "http://unix/api/v1/mount?mountpoint=/2/fs": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
    ```
    
    The root cause is that the HTTP server hangs, see openanolis/dbs-uhttp#14
    
    Update dbs-uhttp v0.3.0 to fix.
    
    Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
    imeoer committed May 26, 2022
    Configuration menu
    Copy the full SHA
    0067546 View commit details
    Browse the repository at this point in the history