Skip to content

Meeting 11 Jul 2012

Tratcher edited this page Jul 11, 2012 · 3 revisions

Meeting Minutes

  • Review Owin Draft 0.7 for publication.

  • This draft will be published this week after the following items are updated.

  • Add Section numbering

  • The request body stream may be null

  • A Nuget package will be made available and cross-referenced in the spec.

  • Headers and Environment dictionary keys should use StringComparer.OrdinalIgnoreCase. (Does this show up in profiling?)

  • Should we specify request body buffering and replay requirements?

  • If a middleware wants to consume the body, it should buffer it and provide that buffer to the application.

  • Stream provides CanSeek to check if a stream is re-playable.

  • Removal of Owin.RemoteHost. This has been demoted from a required key to a common key.

  • Additional standard OWIN keys.

  • All proposed new keys were determined to be common but not required. (e.g. ClientCertificate, User, IsLoopback, etc.)

  • Format of common non-OWIN keys and a consolidated list of said keys.

  • A companion document will be drafted containing naming guidelines and known keys. (Chris R).

Clone this wiki locally