Commit Graph

111 Commits (4ad9a9f7fbd7b5506d15d436f5c6f83ad1ecb6fc)

Author SHA1 Message Date
Rick Anderson 89abe5cc9f
forward headers, not host filtering (#22235)
* forward headers, not host filtering

* forward headers, not host filtering

* forward headers, not host filtering
2021-05-07 13:45:12 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Cihan Ucar 7589b3791c
Fix a typo (#21245) 2021-01-19 03:57:20 -06:00
Stephen Halter 874468e63f
Split kestrel.md into multiple pages (#21091)
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-15 15:11:48 -08:00
Stephen Halter 1592afdc03
Obsolete Kestrel's Libuv transport (#21081) 2020-12-31 05:38:47 -06:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Luke Latham e70df788bd
Fix versioning (#20285) 2020-10-23 07:23:34 -05:00
James Newton-King 47ac274813
Add Kestrel keep alive ping section (#20261) 2020-10-23 09:03:17 +13:00
Justin Kotalik 9205b02732
Server Reset/Trailers docs (#20059)
* HTTP.SYS and IIS docs

* fixups

* Updates

* Updates

* Update

* feedback

* Feedback

* Feedback

* fb

* fix path

* protocols

* oops

* Update aspnetcore/includes/trailers.md

Co-authored-by: James Newton-King <james@newtonking.com>

* Update protocols.md (#20079)

* Update protocols.md

* Update protocols.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <llatham@aquent.com>

* Apply suggestions from code review

Co-authored-by: Luke Latham <llatham@aquent.com>

* Update aspnetcore/host-and-deploy/iis/protocols.md

Co-authored-by: Luke Latham <llatham@aquent.com>

Co-authored-by: Luke Latham <llatham@aquent.com>

Co-authored-by: Luke Latham <llatham@aquent.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-10-01 13:59:05 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham fe96a68037
Language update (#19115) 2020-07-06 13:31:46 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Rick Anderson 98b8d558c4
Update kestrel.md (#18803)
* Update kestrel.md

* Update aspnetcore/fundamentals/servers/kestrel.md

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-06-15 13:49:11 -10:00
Luke Latham a57e5623aa
Change en dash layout elements to colon-space syntax (#18506)
* Change en dash layout elements to colon-space syntax

* Update

* Update
2020-05-27 09:37:36 -05:00
Chris Ross 4b119ec3a1
Clarify request draining comments (#18132)
* Clarify request draining comments

* Nits

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2020-05-04 10:19:42 -10:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Allan Lindqvist bddcbc946e
Add section about request draining (#18075)
* Add section about request draining

As per the discussion over at dotnet/aspnetcore#21292 Here is a request to update the Kestrel docs with information regarding request draining and how it can be avoided in cases where one might want that.

cc @guardrex @TeBeCo @Tratcher, have i missed anything?

* Fixed some wording

* Apply suggestions from code review

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update kestrel.md

* Update kestrel.md

* Updates

* Updates

* Nit

* Surface in File Uploads topic

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-05-03 09:29:19 -10:00
Christian Findlay 11224e6221
Correct the term IO to I/O (#17642) 2020-04-06 21:14:11 -05:00
Faulkner D 31ace995f6
Correct typo (#17424) 2020-03-23 13:58:53 -05:00
Rick Anderson 9addd88193
Update kestrel.md (#17199)
* Update kestrel.md

* Update aspnetcore/fundamentals/servers/kestrel.md

Co-Authored-By: Daniel Lo Nigro <d@d.sb>

Co-authored-by: Daniel Lo Nigro <daniel@dan.cx>
2020-03-05 08:41:15 -10:00
Luke Latham a510489773
Topic author updates (#17193) 2020-03-03 18:42:23 -06:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 6e1148a4b1
Improve bind to a Unix socket guidance (#16942) 2020-02-11 18:56:14 -06:00
Luke Latham eb878db6ac
Clarification on setting Kestrel options from config providers (#16889) 2020-02-06 12:36:59 -06:00
Luke Latham 399a360bad
Fix example code highlight (#16317) 2019-12-26 07:04:19 -06:00
Luke Latham a8595be006
Improve Kestrel startup example (#16269) 2019-12-18 13:32:28 -06:00
Rick Anderson 2719b82ee3
Update kestrel.md (#15801)
* Update kestrel.md

* Update kestrel.md

* Update aspnetcore/fundamentals/servers/kestrel.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-11-20 15:49:38 -10:00
Andrew Stanton-Nurse bdcf99e577
Add a clarifying note about Kestrel's ConfigureEndpointDefault… (#15697) 2019-11-16 10:42:53 -08:00
Luke Latham a0048a0521
Update how Kestrel is enabled at >=3.0 (#15425) 2019-11-01 06:21:09 -05:00
Luke Latham e114090ad6
UseConnectionLogging (#15378) 2019-10-29 15:25:02 -05:00
Luke Latham 051aede168 CipherSuitesPolicy for Kestrel cipher suite filter (#15097)
* CipherSuitesPolicy for Kestrel cipher suite filter

* React to feedback

* Update

* React to feedback

* Nit

* React to feedback
2019-10-15 07:48:16 -10:00
Luke Latham 538d1fbdc7
Kestrel configuration updates (#14925) 2019-10-12 12:08:40 -05:00
Luke Latham b96ee37cb7
Kestrel topic+sample 3.0 update (#13775) 2019-09-13 15:28:49 -05:00
Tom Dykstra 0a34538a98 reassign (#13961) 2019-08-22 11:46:35 -04:00
Patrick Westerhoff e549c5bbf1 Fix indentation in Kestrel HTTPS config example (#13493) 2019-07-24 18:29:34 -05:00
Theano Petersen 80c03f0a00 Fixed missed and new items on CATS retest 7-11-19 (#13249) 2019-07-11 11:52:10 -07:00
Luke Latham 2527382bf2
Disallow synchronous IO (#12972) 2019-06-24 10:33:23 -05:00
Tom Dykstra 7ba53fcb9b Fix typo (#12971) 2019-06-20 15:19:31 -05:00
Stephen Halter c06a34de50 Document ability to disable request body data rate limits per HTTP/2 stream in Kestrel (#12951) 2019-06-20 14:59:20 -05:00
Stephen Halter ae639a64f5 Formatting cleanup of kestrel.md and SignalR's javascript-client.md (#12952)
* Cleanup formatting in javascript-client.md

* Cleanup formatting in kestrel.md
2019-06-19 14:55:10 -05:00
armitagemderivitec b92da62f72 Typo in json config prevented me from running my app on Linux (#12924) 2019-06-18 13:41:30 -05:00
Luke Latham 58fa78efdf
Coalesce hosting model coverage (#12573) 2019-06-12 06:38:05 -05:00
Luke Latham 8400c22300
Kestrel topic updates (#12529) 2019-05-27 15:31:07 -05:00
Rick Anderson beb830ae76
Update kestrel.md (#12538) 2019-05-24 16:29:36 -10:00
Luke Latham dd05953e85
Two additional Kestrel Limits (#12451) 2019-05-22 21:09:50 -05:00
Jim Buck 97771280ab Updated link to Kestrel Source. (#12327) 2019-05-08 11:06:22 -05:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Luke Latham e5983e457a
Linux guidance: running locally insecure (#11695) 2019-03-28 17:32:51 -05:00