Opened 10 years ago

Closed 10 years ago

#7761 closed Bugs (fixed)

Minor comment typo in boost/asio/ssl/detail/stream_core.hpp

Reported by: oss.2012.team+E1@… Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

Patch attached for fixing it.

Attachments (1)

fix_comment_typo.patch (2.6 KB ) - added by oss.2012.team+E1@… 10 years ago.
Patch for boost/asio/ssl/detail/stream_core.hpp

Download all attachments as: .zip

Change History (2)

by oss.2012.team+E1@…, 10 years ago

Attachment: fix_comment_typo.patch added

Patch for boost/asio/ssl/detail/stream_core.hpp

comment:1 by chris_kohlhoff, 10 years ago

Resolution: fixed
Status: newclosed

(In [82290]) Merge from trunk:

  • Fix some 64-to-32-bit conversion warnings. Fixes #7459
  • Fix typos in comments. Fixes #7761
  • Fix error in example embedded in basic_socket::get_option's documentation. Fixes #7562
  • Use long rather than int for SSL_CTX options, to match OpenSSL. Fixes #7209
  • Use _snwprintf to address a compile error due to the changed swprintf signature in recent versions of MinGW. Fixes #7373
  • Fix deadlock that can occur on Windows when shutting down a pool of io_service threads due to running out of work. Fixes #7552
  • Enable noexcept qualifier for error categories. Fixes #7797
  • Treat errors from accept as non-fatal. Fixes #7488
  • Add a small block recycling optimisation.
  • Version bump.
  • Regenerate documentation.
Note: See TracTickets for help on using tickets.