Skip to content
#

aspnetcore

Here are 2,615 public repositories matching this topic...

Tratcher
Tratcher commented Apr 20, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

The 0-byte read pattern does not work with FileBufferingReadStream.

On first read with a zero-length buffer it returns 0, but that causes the stream to think it's completely buffered and to stop reading from the inner stream.

https://github.com/dotnet/aspnetcore/blob/c9af60637e42aa6bed8

bug help wanted area-runtime good first issue
LettuceEncrypt
natemcmaster
natemcmaster commented Jul 3, 2018

Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:

  • Cert is created with right DN
  • Cert is stored to X509Store after creation
  • Cert request is not resubmitted
  • Handles failures gracefully
  • HTTP challenge/response works as expected
  • Certificate renewal when cert is about to expiration
good first issue task

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more