et::ERR_CONNECTION_RESET 200 (OK)

php解决ajax使用post请求时提交的数据过多而导致et::ERR_CONNECTION_RESET的解决方案_.net

php.ini

; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 1024M

Done!