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

在通过firefox浏览器(版本为128.5)访问tengine服务器搭建的网站的时候,通过浏览器开发者工具检查network,协议是http/3但是前面有一个小乌龟图案 #1977

Open
LeeZZY1 opened this issue Dec 12, 2024 · 1 comment
Assignees

Comments

@LeeZZY1
Copy link

LeeZZY1 commented Dec 12, 2024

Question

小乌龟显示slow server response time(2.17s),the recommended limit is 500ms,transferred显示ns_error_net_partial_transfer,并且在不久之后就会切换到http/2传输,访问另一个视频时就是http/3传输,但也会偶尔出现http/2的情况。请问这个是因为浏览器自身的行为还是我的tengine服务器配置有问题呢?
以下是我的配置文件和报错信息:
nginx.conf:

worker_processes  1;
user root;
error_log  logs/error.log debug;
events {
    worker_connections  1024;
}
xquic_log   "pipe:rollback /home/lz1/lz1-log/tengine-xquic.log baknum=10 maxsize=1G interval=1d adjust=600" debug;

http {
    include       mime.types;
    default_type  application/octet-stream;
    xquic_ssl_certificate        /home/lz1/zhsh/lz1.crt;
    xquic_ssl_certificate_key    /home/lz1/zhsh/lz1.key;
    xquic_congestion_control bbr;
    xquic_socket_rcvbuf 5242880;
    xquic_socket_sndbuf 5242880;
    xquic_anti_amplification_limit 5;
    xquic_log_level debug;
    server {
        # listen 10.37.30.62:80;
        listen 8000 ssl http2;
        listen 8000 xquic reuseport;
        server_name lz1.com;
        
        add_header Alt-Svc 'h3=":8000"; ma=2592000,h3-29=":8000"; ma=2592000;' always;
        
        ssl_protocols       TLSv1.3;
        ssl_certificate        /home/lz1/zhsh/lz1.crt;
        ssl_certificate_key    /home/lz1/zhsh/lz1.key;
        # 设置会话票据密钥
        ssl_session_ticket_key /home/lz1/mininet/custom/ticket.key;

        # 启用会话票据
        ssl_session_tickets on;

        location / {
            root   html;
            index  index.html index.htm;

            autoindex on;
            autoindex_exact_size   on;
        }
  # 播放地址 https://guopeisheng.com:8000/video/xxx.mp4
        location /video/ {
            alias /usr/local/tengine/video/;  # 指定了绝对路径
            mp4;
            mp4_buffer_size       1m;
            mp4_max_buffer_size   5m;
            mp4_start_key_frame on;
            # mp4_limit_rate        on; # 商业版才有
            # mp4_limit_rate_after  30s; # 商业版才有
        }
    }
}

access.log:

192.168.11.135 - - [12/Dec/2024:15:13:45 +0800] "GET /favicon.ico HTTP/3.0" 404 566 "https://lz1.com:8000/video/movie.mp4" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.11.135 - - [12/Dec/2024:15:14:43 +0800] "GET /video/movie.mp4 HTTP/2.0" 200 44638208 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.11.135 - - [12/Dec/2024:15:19:48 +0800] "GET /video/movie.mp4 HTTP/3.0" 206 16774187 "https://lz1.com:8000/video/movie.mp4" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"

error.log:
几条error信息:

2024/12/12 15:13:45 [error] 90369#0: *2 open() "/usr/local/tengine/html/favicon.ico" failed (2: No such file or directory), xquic connection, client: 192.168.11.135, server: lz1.com, request: "GET /favicon.ico HTTP/3.0", host: "lz1.com:8000", referrer: "https://lz1.com:8000/video/movie.mp4"
2024/12/12 15:19:48 [warn] 90369#0: |xquic|lib[error] |scid:737ccd516993230c7db693de|xqc_process_conn_close_frame|with err:0x3||
2024/12/12 15:19:48 [warn] 90369#0: |xquic|lib[error] |scid:737ccd516993230c7db693de|xqc_process_conn_close_frame|conn:000055F8ED043930|err:0x3|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3||
2024/12/12 15:19:48 [warn] 90369#0: |xquic|lib[info] |scid:737ccd516993230c7db693de|xqc_conn_immediate_close|state to closing|state:ESTABED|flags:WAIT_WAKEUP HSK_DONE CAN_SEND_1RTT ERROR DCID_OK HAS_0RTT 0RTT_OK UPPER_CONN_EXIST INIT_RECVD HSK_ACKED HSK_CONFIRMED ADDR_VALIDATED TLS_HSK_CMPTD CLOSING_NOTIFY DGRAM_MSS_NOTIFY |
2024/12/12 15:19:48 [warn] 90369#0: |xquic|lib[debug] |scid:737ccd516993230c7db693de|xqc_engine_process_conn|conn:000055F8ED043930|state:DRAINING|flag:WAIT_WAKEUP HSK_DONE CAN_SEND_1RTT TICKING ERROR DCID_OK HAS_0RTT 0RTT_OK UPPER_CONN_EXIST INIT_RECVD NEED_RUN HSK_ACKED HSK_CONFIRMED ADDR_VALIDATED TLS_HSK_CMPTD CLOSING_NOTIFY DGRAM_MSS_NOTIFY |now:1733987988560637||
2024/12/12 15:19:48 [warn] 90369#0: |xquic|lib[debug] |scid:737ccd516993230c7db693de|xqc_engine_process_conn|conn:000055F8ED043930|state:DRAINING|flag:WAIT_WAKEUP HSK_DONE CAN_SEND_1RTT TICKING ERROR DCID_OK HAS_0RTT 0RTT_OK UPPER_CONN_EXIST INIT_RECVD HSK_ACKED HSK_CONFIRMED ADDR_VALIDATED TLS_HSK_CMPTD CLOSING_NOTIFY DGRAM_MSS_NOTIFY |now:1733987988560996||
2024/12/12 15:19:48 [warn] 90369#0: |xquic|lib[debug] |scid:737ccd516993230c7db693de|xqc_engine_process_conn|conn:000055F8ED043930|state:DRAINING|flag:HSK_DONE CAN_SEND_1RTT TICKING ERROR DCID_OK HAS_0RTT 0RTT_OK UPPER_CONN_EXIST INIT_RECVD HSK_ACKED HSK_CONFIRMED ADDR_VALIDATED TLS_HSK_CMPTD CLOSING_NOTIFY DGRAM_MSS_NOTIFY |now:1733987988843425||

tengine-xquic.log:

2024/12/12 15:13:43.775|0000854872955[stats] |xqc_conn_server_init_path_addr|path:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3||
2024/12/12 15:13:43.775|0000854872955[stats] |scid:fd29836ddbc1921e87861e9f|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3 |path:0||cwnd:47618|inflight:1254|mode:0|applimit:0|pacing_rate:127105968|bw:1597315|srtt:1043|latest_rtt:1043|min_rtt:1043|send:8|lost:0|tlp:0|recv:1|recovery:0|slow_start:1|conn_life:1930|acked:1666|delivered:1666|is_cwnd_limited:0||
2024/12/12 15:13:45.199|0000854874379[stats] |scid:fd29836ddbc1921e87861e9f|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3 |path:0||cwnd:48979|inflight:0|mode:0|applimit:0|pacing_rate:127105968|bw:1597315|srtt:978|latest_rtt:898|min_rtt:767|send:16|lost:0|tlp:0|recv:6|recovery:0|slow_start:1|conn_life:1404428|acked:719|delivered:3027|is_cwnd_limited:0||
2024/12/12 15:13:45.199|0000854874379[report] |scid:fd29836ddbc1921e87861e9f|xqc_h3_request_destroy|stream_id:0|close_msg:finished|err:0|rcvd_bdy_sz:0|snd_bdy_sz:566|rcvd_hdr_sz:422|snd_hdr_sz:156|create:1733987625199795|blkd:8|nblkd:97|hdr_b:4|hdr_e:97|bdy_b:0|fin:11|recv_end:101|hrd_send:182|bdy_send:197|fin_send:294|fin_ack:1230|last_send:1330|last_recv:1192|mp_state:0|path_info:#0-1-1-600-0||
2024/12/12 15:13:45.199|0000854874379[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:finished|enable_multipath:0|send_state:3|recv_state:3|stream_id:0|stream_type:0|send_bytes:588|read_bytes:209|recv_bytes:209|stream_len:209|create_time:1733987625199733|wrt_delay:237|snd_delay:356|finwrt_delay:310|finsnd_delay:356|finrcv_delay:1|finread_delay:70|all_acked_delay:1293|firstfinack_dely:1292|close_delay:1295|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:15:45.259|0000854994439[report] |scid:fd29836ddbc1921e87861e9f|xqc_conn_destroy|000055F8ED030F00|has_0rtt:0|0rtt_accept:0|token_ok:0|handshake_time:4527|first_send_delay:1403346|conn_persist:121463079|keyupdate_cnt:0|err:0x0|close_msg:idle timeout|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|hsk_recv:1866|close_recv:0|close_send:0|last_recv:1404363|last_send:1404501|mp_enable:0|create:1|validated:1|active:1|path_info:1,0,0,0,0,0,0-2,0-0,0-0,0-978,0-4308,0-2154,0-16,0-7,0-0,0-0,0-0,0-0,0-0,0-0|alpn:h3|
2024/12/12 15:15:45.259|0000854994439[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:0|stream_id:3|stream_type:3|send_bytes:16|read_bytes:0|recv_bytes:0|stream_len:0|create_time:1733987623796822|wrt_delay:591|snd_delay:756|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:15:45.259|0000854994439[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:0|stream_id:7|stream_type:3|send_bytes:96|read_bytes:0|recv_bytes:0|stream_len:0|create_time:1733987623796834|wrt_delay:593|snd_delay:744|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:15:45.259|0000854994439[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:0|stream_id:11|stream_type:3|send_bytes:2|read_bytes:0|recv_bytes:0|stream_len:0|create_time:1733987623796839|wrt_delay:595|snd_delay:739|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:15:45.259|0000854994439[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:0|recv_state:0|stream_id:2|stream_type:2|send_bytes:0|read_bytes:25|recv_bytes:25|stream_len:0|create_time:1733987623801448|wrt_delay:0|snd_delay:0|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:15:45.259|0000854994439[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:0|recv_state:0|stream_id:6|stream_type:2|send_bytes:0|read_bytes:85|recv_bytes:85|stream_len:0|create_time:1733987623801455|wrt_delay:0|snd_delay:0|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:15:45.259|0000854994439[stats] |scid:fd29836ddbc1921e87861e9f|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:0|recv_state:0|stream_id:10|stream_type:2|send_bytes:0|read_bytes:3|recv_bytes:3|stream_len:0|create_time:1733987623801461|wrt_delay:0|snd_delay:0|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-fd29836ddbc1921e87861e9f p-192.168.11.135-51956-cb94a3|path_info:mp is not supported in connection scid:fd29836ddbc1921e87861e9f||
2024/12/12 15:19:45.233|0000855234413[stats] |xqc_conn_server_init_path_addr|path:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:46187|inflight:8706|mode:0|applimit:1492|pacing_rate:61196|bw:108|srtt:2166238|latest_rtt:2166238|min_rtt:2166238|send:17|lost:0|tlp:0|recv:2|recovery:0|slow_start:1|conn_life:2166889|acked:235|delivered:235|is_cwnd_limited:0||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_update_rtt|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |before update rtt|srtt:2166211|rttvar:812394|after update rtt|srtt:1899856|rttvar:1142005|minrtt:35663|latest_rtt:35663|ack_delay:288||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_on_ack_received|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |bandwidth change record|bw_before:134|bw_after:3515|srtt:1899856|cwnd:53693||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:644146|inflight:0|mode:0|applimit:0|pacing_rate:41944664|bw:14538878|srtt:752600|latest_rtt:28908|min_rtt:504|send:527|lost:0|tlp:0|recv:100|recovery:0|slow_start:1|conn_life:2298061|acked:321600|delivered:618594|is_cwnd_limited:1||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_update_rtt|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |before update rtt|srtt:752600|rttvar:1130136|after update rtt|srtt:662834|rttvar:1027133|minrtt:504|latest_rtt:37099|ack_delay:2624||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_update_rtt|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |before update rtt|srtt:662834|rttvar:1027133|after update rtt|srtt:586049|rttvar:923919|minrtt:504|latest_rtt:51907|ack_delay:3352||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:1304664|inflight:0|mode:2|applimit:0|pacing_rate:14538878|bw:14538878|srtt:586049|latest_rtt:51907|min_rtt:504|send:2135|lost:0|tlp:0|recv:103|recovery:0|slow_start:0|conn_life:2467829|acked:1286347|delivered:2548122|is_cwnd_limited:1||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_update_rtt|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |before update rtt|srtt:586049|rttvar:923919|after update rtt|srtt:513545|rttvar:837947|minrtt:504|latest_rtt:6107|ack_delay:88||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:1322672|inflight:0|mode:2|applimit:0|pacing_rate:14538878|bw:14538878|srtt:513545|latest_rtt:6107|min_rtt:504|send:3222|lost:0|tlp:0|recv:105|recovery:0|slow_start:0|conn_life:2575436|acked:1304355|delivered:3852477|is_cwnd_limited:1||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_update_rtt|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |before update rtt|srtt:513545|rttvar:837947|after update rtt|srtt:450272|rttvar:755007|minrtt:504|latest_rtt:7449|ack_delay:88||
2024/12/12 15:19:47.400|0000855236580[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:1340664|inflight:0|mode:2|applimit:0|pacing_rate:14538878|bw:14538878|srtt:450272|latest_rtt:7449|min_rtt:504|send:4324|lost:0|tlp:0|recv:107|recovery:0|slow_start:0|conn_life:2682593|acked:1322347|delivered:5174824|is_cwnd_limited:1||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:1358664|inflight:0|mode:2|applimit:0|pacing_rate:14538878|bw:14538878|srtt:205048|latest_rtt:7855|min_rtt:504|send:6090|lost:0|tlp:0|recv:117|recovery:0|slow_start:0|conn_life:2862997|acked:1340347|delivered:7293963|is_cwnd_limited:1||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:1354063|inflight:40800|mode:2|applimit:0|pacing_rate:13372168|bw:13372168|srtt:72795|latest_rtt:5303|min_rtt:504|send:7117|lost:0|tlp:0|recv:130|recovery:0|slow_start:0|conn_life:2963770|acked:25200|delivered:8485525|is_cwnd_limited:0||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:1340383|inflight:0|mode:2|applimit:0|pacing_rate:13237063|bw:13237063|srtt:56465|latest_rtt:2304|min_rtt:504|send:8195|lost:0|tlp:0|recv:134|recovery:0|slow_start:0|conn_life:3073500|acked:1043955|delivered:9819872|is_cwnd_limited:0||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:455877|inflight:0|mode:2|applimit:0|pacing_rate:13237063|bw:13237063|srtt:21749|latest_rtt:2495|min_rtt:504|send:9097|lost:0|tlp:0|recv:146|recovery:0|slow_start:0|conn_life:3174461|acked:26400|delivered:10902264|is_cwnd_limited:0||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_send_ctl_info_circle_record|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3 |path:0||cwnd:487174|inflight:20400|mode:2|applimit:0|pacing_rate:13319776|bw:13319776|srtt:11191|latest_rtt:2035|min_rtt:504|send:10243|lost:0|tlp:0|recv:154|recovery:0|slow_start:0|conn_life:3288449|acked:314400|delivered:12257011|is_cwnd_limited:0||
2024/12/12 15:19:48.001|0000855237181[report] |scid:737ccd516993230c7db693de|xqc_conn_destroy|000055F8ED043930|has_0rtt:1|0rtt_accept:1|token_ok:0|handshake_time:2166933|first_send_delay:1088|conn_persist:3609800|keyupdate_cnt:0|err:0x3|close_msg:remote error|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|hsk_recv:2166815|close_recv:3326652|close_send:3326996|last_recv:3327293|last_send:3326996|mp_enable:0|create:1|validated:1|active:1|path_info:1,0,0,0,0,0,0-2,0-0,0-0,0-10214,0-12770817,0-60767,0-10649,0-159,0-0,0-0,0-0,0-0,0-0,0-0|alpn:h3|
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:0|stream_id:3|stream_type:3|send_bytes:16|read_bytes:0|recv_bytes:0|stream_len:0|create_time:1733987985233881|wrt_delay:311|snd_delay:446|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:0|stream_id:7|stream_type:3|send_bytes:176|read_bytes:0|recv_bytes:0|stream_len:0|create_time:1733987985233891|wrt_delay:247|snd_delay:436|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:0|stream_id:11|stream_type:3|send_bytes:2|read_bytes:0|recv_bytes:0|stream_len:0|create_time:1733987985233898|wrt_delay:307|snd_delay:429|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:0|recv_state:0|stream_id:2|stream_type:2|send_bytes:0|read_bytes:31|recv_bytes:31|stream_len:0|create_time:1733987985234056|wrt_delay:0|snd_delay:0|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:0|recv_state:0|stream_id:6|stream_type:2|send_bytes:0|read_bytes:85|recv_bytes:85|stream_len:0|create_time:1733987985234064|wrt_delay:0|snd_delay:0|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:0|recv_state:0|stream_id:10|stream_type:2|send_bytes:0|read_bytes:3|recv_bytes:3|stream_len:0|create_time:1733987985234071|wrt_delay:0|snd_delay:0|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:0|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
2024/12/12 15:19:48.001|0000855237181[report] |scid:737ccd516993230c7db693de|xqc_h3_request_destroy|stream_id:0|close_msg:conn closed|err:3|rcvd_bdy_sz:0|snd_bdy_sz:16774187|rcvd_hdr_sz:442|snd_hdr_sz:274|create:1733987985234486|blkd:20|nblkd:136|hdr_b:14|hdr_e:136|bdy_b:0|fin:24|recv_end:140|hrd_send:254|bdy_send:319|fin_send:0|fin_ack:0|last_send:3326154|last_recv:3326451|mp_state:0|path_info:#0-10637-1-12763992-0||
2024/12/12 15:19:48.001|0000855237181[stats] |scid:737ccd516993230c7db693de|xqc_destroy_stream|err:0x0|close_msg:conn closed|enable_multipath:0|send_state:1|recv_state:3|stream_id:0|stream_type:0|send_bytes:16776761|read_bytes:222|recv_bytes:222|stream_len:222|create_time:1733987985234440|wrt_delay:292|snd_delay:2165790|finwrt_delay:0|finsnd_delay:0|finrcv_delay:0|finread_delay:66|all_acked_delay:0|firstfinack_dely:0|close_delay:0|apprst_delay:0|rstsnd_delay:0|rstrcv_delay:0|l-192.168.11.135-8000-737ccd516993230c7db693de p-192.168.11.135-59294-7d59b3|path_info:mp is not supported in connection scid:737ccd516993230c7db693de||
@LeeZZY1
Copy link
Author

LeeZZY1 commented Dec 13, 2024

访问同一个视频,会从http/2变成http/3的情况。期间没有做任何代码修改。

10.0.0.2 - - [10/Dec/2024:16:59:40 +0800] "GET /favicon.ico HTTP/3.0" 404 566 "https://lz1.com:8000/video/movie.mp4" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
10.0.0.2 - - [10/Dec/2024:17:00:43 +0800] "GET /video/movie.mp4 HTTP/2.0" 200 27615214 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
10.0.0.2 - - [10/Dec/2024:17:05:30 +0800] "GET /video/movie.mp4 HTTP/3.0" 206 16774187 "https://lz1.com:8000/video/movie.mp4" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"

@LeeZZY1 LeeZZY1 closed this as completed Dec 13, 2024
@LeeZZY1 LeeZZY1 reopened this Dec 13, 2024
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