102//Processing

Server has received and is processing the request

Description

As a WebDAV request may contain many sub-requests involving file operations, it may take a long time to complete the request. This code indicates that the server has received and is processing the request, but no response is available yet. This prevents the client from timing out and assuming the request was lost. − wikipedia

Code References

Rails Symbol
:processing