`
can_do
  • 浏览: 249346 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

【Do家】深入分析Http Status 408

阅读更多
1、先看规范:specification

408 Request Timeout
The 408 (Request Timeout) status code indicates that the server did
not receive a complete request message within the time that it was
prepared to wait.  A server SHOULD send the "close" connection option
(Section 6.1 of [RFC7230]) in the response, since 408 implies that
the server has decided to close the connection rather than continue
waiting.  If the client has an outstanding request in transit, the
client MAY repeat that request on a new connection.

2、来自Http Status 408的解读:
408 Request Timeout
The client did not produce a request within the time that the server was prepared to wait. The client MAY repeat the request without modifications at any later time.
请求超时。客户端没有在服务器预期等待的时间内完成一个请求的发送。客户端可以随时再次提交这一请求而无需进行任何更改。

3、小结:客户端收到408状态码时,可能触发客户端瞬时重连,如下:


4、需要解决:
1> 排除是客户端本身发出请求问题还是服务器端接收请求问题?



【温馨提示】
如果您觉得满意,可以选择支持下,您的支持是我最大的动力:


  • 大小: 132.5 KB
分享到:
评论

相关推荐

    Laravel开发-httpstatus

    Laravel开发-httpstatus httpstatus是一个小的包,它添加了相当多的错误页面。

    http status 类型大全

    1xx(临时响应) 表示临时响应并需要请求者继续执行操作的状态码 2xx (成功) 表示成功处理了请求的状态码。 3xx (重定向) 要完成请求,需要进一步操作。通常,这些状态码用来重定向。Google 建议您在每次请求中...

    HTTP Status Code 状态码

    HTTP Status Code 状态码

    http status 404

    对http status 404 几种解决方案

    SystemUI_StatusBar分析图片

    Android 4.0 ICS SystemUI浅析——StatusBar结构分析中所涉及到的全部图片。

    http status

    http协议的各种状态码,以及对应的中文意思;对于这些状态码,牢记于心,当在调试web程序的时候,就能尽快的缩小查找问题的范围;希望能够对大家有所帮助。

    HTTP Status 404 - There is no Action

    HTTP Status 404 - There is no Action mapped for namespace and action name BackMemberGroupAudit..doc

    HTTP_Status_404的几种解决方案

    HTTP_Status_404的处理方案~

    mysql中status状态说明

    show status 与show variables 区别  1、show status  2、show variables 根据status状态对Mysql数据库进行优化: 1、连接数  1.1 show variables like ‘max_connections’;  1.2、 show global status like...

    do-status-源码.rar

    do-status-源码.rar

    HTTP Status Codes.txt

    HTTP Status Codes

    Python-status友好的HTTP状态

    status-友好的 HTTP 状态

    学习HTTP Status Code的一些总结

    针对web开发遇到的各种错误进行解释!了解了这些代码所对应的意义,以及出现这些代码所意味的服务器或客户端的一些问题,以及常见问题的解决方法,学习工作起来效率会提高很多。

    数据结构Status.pdf

    数据结构Status 我们学的,⾥⾯每个函数前⾯都有status,⽹上有以下⼏种解释: 1.这⾥的Status是⼀个结构或变量类型。STATUS是返回的状态,程序中的error,ok就是和它对应的! 2.typedef int Status; /*类型名定义⽤...

    易语言模块status.rar

    易语言模块status.rar 易语言模块status.rar 易语言模块status.rar 易语言模块status.rar 易语言模块status.rar 易语言模块status.rar

    Android代码-GitHub Status

    GitHub-Status keeps you up-to-date with the most recent status of GitHub, built on top of their Status API. Dependencies GitHub Status uses the Android Support Library for the provided components, ...

    resolver-status.properties

    resolver-status.properties

    StatusBar_statusbar_ObjectARX_

    autocad中statusbar的demo

    status上传多文件

    status实现多文件同时上传,简单易懂,适合学习

    matlab开发-statusbar

    matlab开发-statusbar。设置/获取GUI图形和Matlab桌面的状态栏

Global site tag (gtag.js) - Google Analytics