You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "nanlei (JIRA)" <ji...@apache.org> on 2010/12/09 03:14:00 UTC

[jira] Created: (HTTPCORE-245) Typos in HttpCore Manual

Typos in HttpCore Manual
------------------------

                 Key: HTTPCORE-245
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-245
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 4.1
         Environment: Windows 7, Adobe Reader
            Reporter: nanlei
             Fix For: 4.1


The IOReactor interface represents an abstract object implementing the Reactor pattern.
I think put a "of" after "implementing" is better

2.5.2
the 2nd code section.the "}" may be superfluous

provide an !HttpEntity instance
Here ! may be superfluous

2.6
connected: Triggered when a when a new incoming connection has been created.
"when a" appeared twice

exception: Triggered when an I/O error occurrs while reading from or writing to the underlying
channel or when an HTTP protocol violation occurs while receiving an HTTP request.
this section appeared twice both in the server side portion and client portion

2.7.1.2
HttpEntityWrapper that that decorates the
here 2 "that" appeared

2.8.2
If incoming responses enclose a content entity, NHttpRequestExecutionHandler is expected to
return a ConsumingNHttpEntity for reading the content. After the entity is finished reading the data,
NHttpRequestExecutionHandler#handleResponse() method is called to process the response.
this section appeared twice

2.8.2.1
HTTP request execution exents
"exents" may be "events"?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCORE-245) Typos in HttpCore Manual

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCORE-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved HTTPCORE-245.
---------------------------

    Resolution: Fixed

Thanks, fixed - apart from changing

The IOReactor interface represents an abstract object implementing the Reactor pattern.

to

The IOReactor interface represents an abstract object implementing of the Reactor pattern.

which I changed to

The IOReactor interface represents an abstract object which implements the Reactor pattern.

> Typos in HttpCore Manual
> ------------------------
>
>                 Key: HTTPCORE-245
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-245
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore
>    Affects Versions: 4.1
>         Environment: Windows 7, Adobe Reader
>            Reporter: nanlei
>             Fix For: 4.1
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The IOReactor interface represents an abstract object implementing the Reactor pattern.
> I think put a "of" after "implementing" is better
> 2.5.2
> the 2nd code section.the "}" may be superfluous
> provide an !HttpEntity instance
> Here ! may be superfluous
> 2.6
> connected: Triggered when a when a new incoming connection has been created.
> "when a" appeared twice
> exception: Triggered when an I/O error occurrs while reading from or writing to the underlying
> channel or when an HTTP protocol violation occurs while receiving an HTTP request.
> this section appeared twice both in the server side portion and client portion
> 2.7.1.2
> HttpEntityWrapper that that decorates the
> here 2 "that" appeared
> 2.8.2
> If incoming responses enclose a content entity, NHttpRequestExecutionHandler is expected to
> return a ConsumingNHttpEntity for reading the content. After the entity is finished reading the data,
> NHttpRequestExecutionHandler#handleResponse() method is called to process the response.
> this section appeared twice
> 2.8.2.1
> HTTP request execution exents
> "exents" may be "events"?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org