This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # move 3 | |
| If Vis plays a6 go for a4 as I don't want b5 and a big queen side attack he can lock down | |
| d6 e6 or Qb6 I play Nc3 (I feel there's some gambit here I should know...?) | |
| Play e4 at some point to reinforce centre | |
| if b5 go for f3 e4 and make his light square bishop useless |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use core::task::{Context, Poll}; | |
| use http::{Request, Response}; | |
| use std::convert::Infallible; | |
| use std::sync::{Arc, RwLock}; | |
| use tonic::body::BoxBody; | |
| use tonic::transport::Body; | |
| use tower_layer::Layer; | |
| use tower_service::Service; | |
| pub struct ReloadLayer { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| foo-api-1 | 2023-11-02T11:57:58.773680Z ERROR tower_http::trace::on_failure: response failed, classification: Status code: 500 Internal Server Error, latency: 0 ms | |
| foo-api-1 | at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-http-0.4.4/src/trace/on_failure.rs:93 | |
| foo-api-1 | in tower_http::trace::make_span::request with method: GET, uri: /stream-chat/8e40c3ab-04a2-4e6d-9bb3-dff64c28c2bd, version: HTTP/1.1, headers: {"host": "127.0.0.1:32049", "connection": "Upgrade", "upgrade": "websocket", "sec-websocket-version": "13", "sec-websocket-key": "qVUqRJi/HUxTS/Z56723SA==", "x-request-id": "141153d8-f507-426b-8c96-4b1a79ce42db"} | |
| foo-api-1 | | |
| foo-api-1 | 2023-11-02T11:57:58.773730Z TRACE hyper::proto::h1::role: Server::encode status=500, body=Some(Known(191)), req_method=Some(GET) | |
| foo-api-1 | at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/proto/h1/role.rs:342 | |
| foo-api-1 |
OlderNewer