We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main
URL to the section(s) of the book with this problem:
Not affected on web/html version
Description of the problem:
on page 469
let response = format!( "{status_line}\r\n\ Content-Length: {length}\r\n\r\n {contents}" );
Suggested fix:
let response = format!( "{status_line}\r\n\ Content-Length: {length}\r\n\r\n\ {contents}" );
needs the last escape like on page 468.
PDF is:
THE RUST PROGRAMMING LANGUAGE, 2ND EDITION. Copyright © 2023 by the Rust Foundation and the Rust Project Developers. All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher. Third printing 27 26 25 24 23 34567 ISBN-13: 978-1-7185-0310-6 (print) ISBN-13: 978-1-7185-0311-3 (ebook)
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks, great catch! We'll get this fixed in the next print version.
Sorry, something went wrong.
No worries. Really enjoyed the eBook. Finished it last night. Thanks for writing it everyone.
No branches or pull requests
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem:
Not affected on web/html version
Description of the problem:
on page 469
Suggested fix:
needs the last escape like on page 468.
PDF is:
Thanks.
The text was updated successfully, but these errors were encountered: