Skip to content

Commit fcd8cda

Browse files
committed
ms.date
1 parent 8432b0e commit fcd8cda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aspnetcore/fundamentals/servers/httpsys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about HTTP.sys, a web server for ASP.NET Core on Windows. Bui
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: tdykstra
77
ms.custom: mvc
8-
ms.date: 06/13/2025
8+
ms.date: 08/02/2025
99
uid: fundamentals/servers/httpsys
1010
---
1111
# HTTP.sys web server implementation in ASP.NET Core

aspnetcore/fundamentals/servers/includes/memory-eviction2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ To use a custom memory pool factory, make a class that implements `IMemoryPoolFa
2222

2323
:::code language="csharp" source="~/fundamentals/servers/snippets/10.x/memory-pool-factory.cs":::
2424

25-
When you're using a memory pool, check the pool's [MaxBufferSize](https://github.com/dotnet/api/system.buffers.memorypool-1.maxbuffersize?view=net-9.0#system-buffers-memorypool-1-maxbuffersize) property.
25+
When you're using a memory pool, be aware of the pool's [MaxBufferSize](https://github.com/dotnet/api/system.buffers.memorypool-1.maxbuffersize?view=net-9.0#system-buffers-memorypool-1-maxbuffersize).

aspnetcore/fundamentals/servers/kestrel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about Kestrel, the cross-platform web server for ASP.NET Core
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: tdykstra
77
ms.custom: mvc
8-
ms.date: 04/04/2023
8+
ms.date: 08/02/2023
99
uid: fundamentals/servers/kestrel
1010
---
1111
# Kestrel web server in ASP.NET Core

0 commit comments

Comments
 (0)