Skip to content
New issue

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

heroku failed #2

Open
httpsgithu opened this issue Mar 9, 2020 · 8 comments
Open

heroku failed #2

httpsgithu opened this issue Mar 9, 2020 · 8 comments

Comments

@httpsgithu
Copy link

client.toml on pc
[log]
logtostderr = true
level = "info"
logdir = "./"

[[tunnel]]
listen = "127.0.0.1:48100"
pac=[{host = ".*", channel = "ws"}]

[[channel]]
name = "ws"
url = "ws://rsnova***.herokuapp.com:80"
ping_interval_sec = 100
conns_per_host = 5
max_alive_mins = 70
cipher = {key="****", method = "chacha20poly1305"}

server heroku.toml
[log]
logtostderr = false
level = "info"
logdir = ""

[[tunnel]]

listen address of tunnel server

listen = "ws://0.0.0.0"

pac rule to relay traffic, 'direct' is special channel which relay direct to remote target server

pac=[{host = ".", channel = "direct"}]
cipher = {key="
**************", method = "chacha20poly1305"}

failed
server
2020-03-09T03:00:55.216718+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=rsnova***.herokuapp.com request_id=1a107577-5aab-4323-9a22-d7ba65c70414 fwd="******" dyno= connect= service= status=503 bytes= protocol=http

client
[�[1;38;5;196m2020-03-09 11:01:39.757053 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m

dyno
./target/release/rsnova -c ./heroku.toml

that failed
and i like pac mode at gsnova
will rsnova support IsCNIP?
thanx

@yinqiwen
Copy link
Owner

use wss://rsnova***.herokuapp.com:443 at client side, http is blocked by the firewall

@httpsgithu
Copy link
Author

thanks i wonder default is ws:// instead of wss://

@httpsgithu
Copy link
Author

actually it donot work
[2020-03-16 09:19:58.746496 +00:00] INFO [src\lib.rs:54] Start rsnova client at 127.0.0.1:48100
[2020-03-16 09:19:58.800454 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:19:58.805481 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:19:58.806498 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:19:58.807721 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:19:58.808515 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:19:59.152718 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:19:59.152718 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:19:59.174724 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:19:59.174724 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[�[1;38;5;196m2020-03-16 09:20:00.194294 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:00.194294 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:00.199222 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:01.891903 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[2020-03-16 09:20:02.162046 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[�[1;38;5;196m2020-03-16 09:20:03.424935 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[2020-03-16 09:20:03.758805 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:03.758805 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:03.758805 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:03.759815 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:03.760458 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:04.076522 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:04.077546 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:04.077546 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:04.078575 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:04.078575 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[�[1;38;5;196m2020-03-16 09:20:05.519884 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:05.552827 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:05.554175 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:05.671335 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:07.733797 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[2020-03-16 09:20:08.759217 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:08.759217 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:08.759865 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:08.760865 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:08.761095 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:08.997817 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:08.997817 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:09.007111 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:09.008187 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[2020-03-16 09:20:09.074642 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"
[�[1;38;5;196m2020-03-16 09:20:09.980518 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:10.289163 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:10.316294 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:11.970452 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[�[1;38;5;196m2020-03-16 09:20:13.257433 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
[2020-03-16 09:20:13.758479 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:13.758479 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:13.759226 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:13.759226 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:13.760207 +00:00] INFO [src\channel\rmux.rs:105] connect rmux:wss://rsnova***.herokuapp.com:443 to addr:rsnova***.herokuapp.com:443
[2020-03-16 09:20:14.056828 +00:00] INFO [src\channel\rmux.rs:147] TLS connect "rsnova***.herokuapp.com"

@httpsgithu
Copy link
Author

i donot have any ssl on heroku
do i need to set up ssl?

@yinqiwen
Copy link
Owner

yinqiwen commented Mar 16, 2020 via email

@httpsgithu
Copy link
Author

yes obsulately it need compile

@httpsgithu
Copy link
Author

-----> Rust app detected
-----> Checking for new releases of Rust stable channel
info: checking for self-updates
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2020-03-12, rust version 1.42.0 (b8cedc004 2020-03-09)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: removing previous version of component 'cargo'
info: removing previous version of component 'clippy'
info: removing previous version of component 'rust-docs'
info: removing previous version of component 'rust-std'
info: removing previous version of component 'rustc'
info: removing previous version of component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
stable-x86_64-unknown-linux-gnu updated - rustc 1.42.0 (b8cedc004 2020-03-09) (from rustc 1.41.1 (f3e1a954d 2020-02-24))
info: checking for self-updates
info: using existing install for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.42.0 (b8cedc004 2020-03-09)
-----> Building application using Cargo
Updating crates.io index
Downloading crates ...
Downloaded rand_chacha v0.2.2
Downloaded regex v1.3.5
Downloaded regex-syntax v0.6.17
Compiling libc v0.2.67
Compiling proc-macro2 v1.0.9
Compiling unicode-xid v0.2.0
Compiling syn v1.0.16
Compiling cfg-if v0.1.10
Compiling memchr v2.3.3
Compiling lazy_static v1.4.0
Compiling log v0.4.8
Compiling byteorder v1.3.4
Compiling autocfg v0.1.7
Compiling autocfg v1.0.0
Compiling rand_core v0.4.2
Compiling cc v1.0.50
Compiling slab v0.4.2
Compiling smallvec v1.2.0
Compiling matches v0.1.8
Compiling typenum v1.11.2
Compiling getrandom v0.1.14
Compiling futures-core v0.3.4
Compiling proc-macro-nested v0.1.3
Compiling untrusted v0.7.0
Compiling futures-sink v0.3.4
Compiling spin v0.5.2
Compiling futures-io v0.3.4
Compiling pin-utils v0.1.0-alpha.4
Compiling byte-tools v0.3.1
Compiling bytes v0.5.4
Compiling futures-task v0.3.4
Compiling bitflags v1.2.1
Compiling ppv-lite86 v0.2.6
Compiling httparse v1.3.4
Compiling fnv v1.0.6
Compiling serde v1.0.104
Compiling fake-simd v0.1.2
Compiling opaque-debug v0.2.3
Compiling itoa v0.4.5
Compiling arc-swap v0.4.4
Compiling build_const v0.2.1
Compiling percent-encoding v2.1.0
Compiling version_check v0.1.5
Compiling version_check v0.9.1
Compiling base64 v0.11.0
Compiling percent-encoding v1.0.1
Compiling unicode-width v0.1.7
Compiling nix v0.14.1
Compiling regex-syntax v0.6.17
Compiling pin-project-lite v0.1.4
Compiling utf-8 v0.7.5
Compiling unchecked-index v0.2.2
Compiling strsim v0.8.0
Compiling yansi v0.5.0
Compiling void v1.0.2
Compiling chunked_transfer v0.3.1
Compiling vec_map v0.8.1
Compiling glob v0.3.0
Compiling ansi_term v0.11.0
Compiling ascii v0.8.7
Compiling skip32 v1.0.5
Compiling thread_local v1.0.1
Compiling rand_pcg v0.1.2
Compiling rand_chacha v0.1.1
Compiling rand v0.6.5
Compiling rand_core v0.3.1
Compiling rand_jitter v0.1.4
Compiling num-traits v0.2.11
Compiling num-integer v0.1.42
Compiling unicode-normalization v0.1.12
Compiling unicode-bidi v0.3.4
Compiling futures-channel v0.3.4
Compiling block-padding v0.1.5
Compiling input_buffer v0.3.1
Compiling ring v0.16.11
Compiling http v0.2.0
Compiling crc v1.8.1
Compiling nom v4.2.3
Compiling unicase v2.6.0
Compiling textwrap v0.11.0
Compiling rand_hc v0.1.0
Compiling rand_xorshift v0.1.1
Compiling rand_isaac v0.1.1
Compiling idna v0.2.0
Compiling idna v0.1.5
Compiling quote v1.0.3
Compiling iovec v0.1.4
Compiling net2 v0.2.33
Compiling time v0.1.42
Compiling signal-hook-registry v1.2.0
Compiling num_cpus v1.12.0
Compiling rand_os v0.1.3
Compiling atty v0.2.14
Compiling aho-corasick v0.7.10
Compiling twoway v0.2.1
Compiling base64 v0.10.1
Compiling url v2.1.1
Compiling url v1.7.2
Compiling generic-array v0.12.3
Compiling rand_core v0.5.1
Compiling mio v0.6.21
Compiling clap v2.33.0
Compiling regex v1.3.5
Compiling digest v0.8.1
Compiling block-buffer v0.7.3
Compiling rand_chacha v0.2.2
Compiling webpki v0.21.2
Compiling sct v0.6.0
Compiling mio-uds v0.6.7
Compiling proc-macro-hack v0.5.11
Compiling serde_derive v1.0.104
Compiling pin-project-internal v0.4.8
Compiling tokio-macros v0.2.5
Compiling chrono v0.4.11
Compiling sha-1 v0.8.2
Compiling rand v0.7.3
Compiling webpki-roots v0.17.0
Compiling rustls v0.16.0
Compiling futures-macro v0.3.4
Compiling pin-project v0.4.8
Compiling tiny_http v0.6.2
Compiling flexi_logger v0.14.8
Compiling tokio v0.2.13
Compiling tungstenite v0.10.1
Compiling futures-util v0.3.4
Compiling toml v0.4.10
Compiling bincode v1.2.1
Compiling futures-executor v0.3.4
Compiling futures v0.3.4
Compiling tokio-tungstenite v0.10.1
Compiling async-tls v0.6.0
Compiling rsnova v0.2.0 (/tmp/build_b0ac567796685f7f1f5e9071e8382b74)
warning: unnecessary parentheses around block return value
--> src/rmux/event.rs:48:9
|
48 | (self.flag_len >> 8)
| ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
|
= note: #[warn(unused_parens)] on by default
warning: unused import: tokio::sync::oneshot
--> src/rmux/session.rs:26:5
|
26 | use tokio::sync::oneshot;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
warning: unused import: std::net::ToSocketAddrs
--> src/utils/net.rs:20:9
|
20 | use std::net::ToSocketAddrs;
| ^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/tunnel/ws.rs:22:40
|
22 | return Err(make_io_error(e.description()));
| ^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/tunnel/ws.rs:35:46
|
35 | Err(e) => return Err(make_io_error(e.description())),
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/channel/rmux.rs:42:46
|
42 | Err(e) => return Err(make_io_error(e.description())),
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/channel/rmux.rs:131:54
|
131 | Err(e) => return Err(make_io_error(e.description())),
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/channel/rmux.rs:151:54
|
151 | Err(e) => return Err(make_io_error(e.description())),
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/rmux/stream.rs:181:56
|
181 | return Poll::Ready(Err(make_io_error(e.description())));
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/rmux/stream.rs:188:56
|
188 | return Poll::Ready(Err(make_io_error(e.description())));
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/utils/ws.rs:38:64
|
38 | return Poll::Ready(Err(make_io_error(e.description())));
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/utils/ws.rs:102:68
|
102 | Poll::Ready(Err(e)) => Poll::Ready(Err(make_io_error(e.description()))),
| ^^^^^^^^^^^
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/utils/ws.rs:118:68
|
118 | Poll::Ready(Err(e)) => Poll::Ready(Err(make_io_error(e.description()))),
| ^^^^^^^^^^^
warning: value assigned to header_len is never read
--> src/tunnel/http.rs:194:13
|
194 | let mut header_len: usize = 0;
| ^^^^^^^^^^
|
= note: #[warn(unused_assignments)] on by default
= help: maybe it is overwritten before being read?
warning: function is never used: get_streams_stat_info
--> src/rmux/session.rs:375:4
|
375 | fn get_streams_stat_info(streams: &mut HashMap<u32, MuxStream>) -> String {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
warning: method is never used: remove_header
--> src/tunnel/http.rs:45:5
|
45 | pub fn remove_header(&mut self, header: &str) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: get_header
--> src/tunnel/http.rs:49:5
|
49 | pub fn get_header(&self, header: &str) -> Option {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: enum is never used: HttpMessage
--> src/tunnel/http.rs:94:10
|
94 | pub enum HttpMessage {
| ^^^^^^^^^^^
warning: constant item is never used: METH_GSSAPI
--> src/tunnel/socks5.rs:15:5
|
15 | pub const METH_GSSAPI: u8 = 1;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: METH_USER_PASS
--> src/tunnel/socks5.rs:16:5
|
16 | pub const METH_USER_PASS: u8 = 2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: CMD_BIND
--> src/tunnel/socks5.rs:19:5
|
19 | pub const CMD_BIND: u8 = 2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: CMD_UDP_ASSOCIATE
--> src/tunnel/socks5.rs:20:5
|
20 | pub const CMD_UDP_ASSOCIATE: u8 = 3;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: function is never used: is_ok_response
--> src/utils/net.rs:30:8
|
30 | pub fn is_ok_response(buf: &[u8]) -> bool {
| ^^^^^^^^^^^^^^
warning: function is never used: http_proxy_connect
--> src/utils/net.rs:42:14
|
42 | pub async fn http_proxy_connect(proxy: &Url, remote: &str) -> Result<TcpStream, std::io::Error> {
| ^^^^^^^^^^^^^^^^^^
warning: function newHttpReader should have a snake case name
--> src/tunnel/http.rs:115:4
|
115 | fn newHttpReader<'a, T>(sock: &'a mut T) -> HttpReader<'a, T>
| ^^^^^^^^^^^^^ help: convert the identifier to snake case: new_http_reader
|
= note: #[warn(non_snake_case)] on by default
Finished release [optimized] target(s) in 9m 50s
-----> Discovering process types
Procfile declares types -> web
-----> Compressing...
Done: 3.3M
-----> Launching...
Released v9
https://rsnova***.herokuapp.com/ deployed to Heroku

@httpsgithu
Copy link
Author

i will use gsnova until the codebase is stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants